Sha256: 0bedef601a24e169e9763e5610565ac30e63f98e7351a086b2b17af5161aaf19

Contents?: true

Size: 753 Bytes

Versions: 23

Compression:

Stored size: 753 Bytes

Contents

<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

23 entries across 23 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/views/hyrax/file_sets/show.html.erb
hyrax-2.2.3 app/views/hyrax/file_sets/show.html.erb
hyrax-2.2.2 app/views/hyrax/file_sets/show.html.erb
hyrax-2.2.1 app/views/hyrax/file_sets/show.html.erb
hyrax-2.2.0 app/views/hyrax/file_sets/show.html.erb
hyrax-2.1.0 app/views/hyrax/file_sets/show.html.erb
hyrax-2.1.0.rc4 app/views/hyrax/file_sets/show.html.erb
hyrax-2.1.0.rc3 app/views/hyrax/file_sets/show.html.erb
hyrax-2.1.0.rc2 app/views/hyrax/file_sets/show.html.erb
hyrax-2.1.0.rc1 app/views/hyrax/file_sets/show.html.erb
hyrax-2.1.0.beta2 app/views/hyrax/file_sets/show.html.erb
hyrax-2.0.2 app/views/hyrax/file_sets/show.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/file_sets/show.html.erb
hyrax-2.0.1 app/views/hyrax/file_sets/show.html.erb
hyrax-2.0.0 app/views/hyrax/file_sets/show.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/file_sets/show.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/file_sets/show.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/file_sets/show.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/file_sets/show.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/file_sets/show.html.erb