Skip to content

Commit

Permalink
removes score from split view
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Nov 14, 2014
1 parent c51519b commit 4ca2189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/catalog/_index_split_default.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class='col-md-12 more-info-area'>
<div class='collapse' data-collapse-target="<%= document['uuid'] %>">
<small>
<%= document['solr_year_i'] %>. <i><%= document['dc_creator_sm'].nil?? '' : document['dc_creator_sm'].join(', ') %></i>. <%= snippit(document['dc_description_s']) %>. <%= document['dc_publisher_s'] %>. Score: <%= document['score'] %>
<%= document['solr_year_i'] %>. <i><%= document['dc_creator_sm'].nil?? '' : document['dc_creator_sm'].join(', ') %></i>. <%= snippit(document['dc_description_s']) %>. <%= document['dc_publisher_s'] %>.%>
</small>
</div>
</div>
Expand Down

0 comments on commit 4ca2189

Please sign in to comment.