-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1065 from mlibrary/issue-file-stat
remove ability to do anything with a file
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> |