Sha256: b9ba4282f2bb042e6943f225e02c73b0520e67c0f4ee261373d260d93ad7db60

Contents?: true

Size: 788 Bytes

Versions: 10

Compression:

Stored size: 788 Bytes

Contents

<%= 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 -->

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/file_sets/show.html.erb
hyrax-1.1.0 app/views/hyrax/file_sets/show.html.erb
hyrax-1.0.5 app/views/hyrax/file_sets/show.html.erb
hyrax-1.0.4 app/views/hyrax/file_sets/show.html.erb
hyrax-1.0.3 app/views/hyrax/file_sets/show.html.erb
hyrax-1.0.2 app/views/hyrax/file_sets/show.html.erb
hyrax-1.0.1 app/views/hyrax/file_sets/show.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/file_sets/show.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/file_sets/show.html.erb
test_hyrax-0.0.1.alpha app/views/hyrax/file_sets/show.html.erb