Skip to content

Commit

Permalink
Remove unused FileSet display from dashboard, fixes #1431
Browse files Browse the repository at this point in the history
  • Loading branch information
awead committed Dec 10, 2015
1 parent 054416c commit 8e50fbc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 56 deletions.
2 changes: 0 additions & 2 deletions app/views/my/_index_partials/_default_group.html.erb
Expand Up @@ -16,8 +16,6 @@
<% case document.hydra_model %>
<% when "GenericWork" %>
<%= render partial: 'my/_index_partials/list_works', locals: { document: document, counter: counter } %>
<% when "FileSet" %>
<%= render partial: 'my/_index_partials/list_files', locals: {document: document, counter: counter} %>
<% when "Collection" %>
<%= render partial: 'my/_index_partials/list_collections', locals: {document: document, counter: counter} %>
<% else %>
Expand Down
54 changes: 0 additions & 54 deletions app/views/my/_index_partials/_list_files.html.erb

This file was deleted.

0 comments on commit 8e50fbc

Please sign in to comment.