Skip to content

Commit

Permalink
Don't show collections on the FileSet show page
Browse files Browse the repository at this point in the history
Moved them to the work show page.
Also removed some unused views.
Fixes #1652
  • Loading branch information
jcoyne committed Mar 28, 2016
1 parent a13c8a1 commit e5dc423
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 53 deletions.
1 change: 1 addition & 0 deletions app/views/curation_concerns/base/show.html.erb
Expand Up @@ -15,3 +15,4 @@
<% end %>
<%= render "show_actions", collector: collector, editor: editor%>
<%= render 'show_collections' %>
1 change: 0 additions & 1 deletion app/views/curation_concerns/file_sets/show.html.erb
Expand Up @@ -13,7 +13,6 @@
<div class="col-xs-12 col-sm-4">
<%= media_display @presenter %>
<%= render 'show_actions', presenter: @presenter, parent: parent %>
<%= render 'show_collections' %>
</div>
<div itemscope itemtype="<%= @presenter.itemtype %>" class="col-xs-12 col-sm-8">
<h1 class="visibility"><%= @presenter.title %> <%= render_visibility_badge @presenter %></h1>
Expand Down
14 changes: 0 additions & 14 deletions app/views/generic_works/_generic_work.html.erb

This file was deleted.

1 change: 0 additions & 1 deletion app/views/generic_works/show.html

This file was deleted.

37 changes: 0 additions & 37 deletions spec/views/generic_work/_generic_work.html.erb_spec.rb

This file was deleted.

0 comments on commit e5dc423

Please sign in to comment.