Sha256: a5fa6f9c41e9d415883fb358c8584e2f3a44930a80c65fd4b241614b52e6771f

Contents?: true

Size: 802 Bytes

Versions: 31

Compression:

Stored size: 802 Bytes

Contents

<% provide :page_title, @presenter.page_title %>
<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 'file_set_title', presenter: @presenter %>
      </header>

      <%# TODO: render 'show_descriptions' See https://github.com/samvera/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

31 entries across 31 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/file_sets/show.html.erb
hyrax-2.9.5 app/views/hyrax/file_sets/show.html.erb
hyrax-3.0.2 app/views/hyrax/file_sets/show.html.erb
hyrax-3.0.1 app/views/hyrax/file_sets/show.html.erb
hyrax-3.0.0 app/views/hyrax/file_sets/show.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/file_sets/show.html.erb
hyrax-2.9.4 app/views/hyrax/file_sets/show.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/file_sets/show.html.erb
hyrax-2.9.3 app/views/hyrax/file_sets/show.html.erb
hyrax-2.9.2 app/views/hyrax/file_sets/show.html.erb
hyrax-2.9.1 app/views/hyrax/file_sets/show.html.erb
hyrax-2.9.0 app/views/hyrax/file_sets/show.html.erb
hyrax-3.0.0.pre.rc2 app/views/hyrax/file_sets/show.html.erb
hyrax-2.8.0 app/views/hyrax/file_sets/show.html.erb
hyrax-2.7.2 app/views/hyrax/file_sets/show.html.erb
hyrax-2.7.1 app/views/hyrax/file_sets/show.html.erb
hyrax-2.7.0 app/views/hyrax/file_sets/show.html.erb
hyrax-2.6.0 app/views/hyrax/file_sets/show.html.erb
hyrax-3.0.0.pre.rc1 app/views/hyrax/file_sets/show.html.erb
hyrax-3.0.0.pre.beta3 app/views/hyrax/file_sets/show.html.erb