Sha256: e05a406e596c9fec35c40d933d2acec597aeffdbe34321cf75b251be018e9ab8

Contents?: true

Size: 1.16 KB

Versions: 37

Compression:

Stored size: 1.16 KB

Contents

<% provide :page_title, curation_concern_page_title(curation_concern) %>
<% provide :page_header do %>
  <h1 class="lower">Edit <%= curation_concern %></h1>
<% end %>

<div class="row">
  <div class="col-xs-12 col-sm-4">
    <%= media_display curation_concern.to_presenter %>
  </div>
  <div class="col-xs-12 col-sm-8">
    <ul class="nav nav-tabs" role="tablist">
      <li id="edit_descriptions_link" class="active">
        <a href="#descriptions_display" data-toggle="tab"><i class="fa fa-tags"></i> Descriptions</a>
      </li>
      <li id="edit_versioning_link">
        <a href="#versioning_display" data-toggle="tab"><i class="fa fa-sitemap"></i> Versions</a>
      </li>
      <li id="edit_permissions_link">
        <a href="#permissions_display" data-toggle="tab"><i class="fa fa-key"></i> Permissions</a>
      </li>
    </ul>
    <div class="tab-content">
      <div id="descriptions_display" class="tab-pane active">
        <h2>Descriptions </h2>
        <%= render "form" %>
      </div>
      <%= render "permission", file_set: curation_concern %>
      <%= render "versioning", file_set: curation_concern %>
    </div>
  </div><!-- /.col-sm-8 -->
</div><!-- /.row -->

Version data entries

37 entries across 37 versions & 3 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/file_sets/edit.html.erb
hyrax-2.0.3 app/views/hyrax/file_sets/edit.html.erb
hyrax-1.1.0 app/views/hyrax/file_sets/edit.html.erb
hyrax-2.0.2 app/views/hyrax/file_sets/edit.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/file_sets/edit.html.erb
hyrax-2.0.1 app/views/hyrax/file_sets/edit.html.erb
hyrax-2.0.0 app/views/hyrax/file_sets/edit.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/file_sets/edit.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/file_sets/edit.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/file_sets/edit.html.erb
sufia-7.4.1 app/views/curation_concerns/file_sets/edit.html.erb
hyrax-1.0.5 app/views/hyrax/file_sets/edit.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/file_sets/edit.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/file_sets/edit.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/file_sets/edit.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/file_sets/edit.html.erb
sufia-7.4.0 app/views/curation_concerns/file_sets/edit.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/file_sets/edit.html.erb
hyrax-1.0.4 app/views/hyrax/file_sets/edit.html.erb
hyrax-1.0.3 app/views/hyrax/file_sets/edit.html.erb