Skip to content

Commit

Permalink
Collections: remove thumbnail
Browse files Browse the repository at this point in the history
The random thumbnail chosen was often worse than nothing at all.
  • Loading branch information
dunn committed Jun 28, 2018
1 parent fc59efb commit da8d934
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
10 changes: 0 additions & 10 deletions app/views/collections/_media_display.html.erb

This file was deleted.

5 changes: 1 addition & 4 deletions app/views/collections/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<div id="content" class="col-md-9 col-sm-8">
<div itemscope itemtype="http://schema.org/CollectionPage" class="row">
<div class="col-sm-10">
<div class="col-sm-12">
<header>
<% @presenter.title.each do |title| %>
<h1 class="lower"><%= title %></h1>
Expand All @@ -31,9 +31,6 @@
<%= render 'collections/show_descriptions' %>
<% end %>
</div>
<div class="col-sm-2">
<%= render 'collections/media_display' %>
</div>
</div>

<% if has_collection_search_parameters? %>
Expand Down

0 comments on commit da8d934

Please sign in to comment.