Skip to content

Commit

Permalink
remove ability to do anything with a file
Browse files Browse the repository at this point in the history
  • Loading branch information
blancoj committed Jan 10, 2019
1 parent 830344e commit 8e19d74
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions app/views/hyrax/file_sets/show.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<%= render 'shared/citations' %>

<div class="container-fluid">
<div class="row">
<div class="col-xs-12 col-sm-4">
<%= media_display @presenter %>
<%#= render 'show_actions', presenter: @presenter %>
<%= render 'single_use_links', presenter: @presenter if @presenter.editor? %>
</div>
<div itemscope itemtype="<%= @presenter.itemtype %>" class="col-xs-12 col-sm-8">
<header>
<%= render 'work_title', presenter: @presenter %>
</header>

<%# TODO: render 'show_descriptions' See https://github.com/projecthydra/hyrax/issues/1481 %>
<%= render 'show_details' %>
<%= render 'hyrax/users/activity_log', events: @presenter.events %>
</div><!-- /columns second -->
</div> <!-- /.row -->
</div><!-- /.container-fluid -->

0 comments on commit 8e19d74

Please sign in to comment.