Sha256: 94f661a2044e566f51fc8b4d0afb29f6f9992a6ba3e7ac8ec3d4ccaeffd3fb9d

Contents?: true

Size: 974 Bytes

Versions: 37

Compression:

Stored size: 974 Bytes

Contents

<div class="modal-div extra_tag">
<% label = name.to_s.titleize %>
<!-- Button to trigger modal -->
<a href="#extraFieldsModal_<%=name %>" role="button" class="btn btn-warning fright vmiddle" data-toggle="modal">Additional <%= label %> <i class="glyphicon glyphicon-plus large-icon"></i></a>
<!-- Modal -->
<div class="modal fade" id="extraFieldsModal_<%=name %>" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button>
        <h2 id="extraFieldsModal_<%=name %>_Label">Additional <%= label %>(s)</h2>
      </div>
      <div class="modal-body">
        <%= values.join("<br />").html_safe %>
      </div>
      <div class="modal-footer">
        <button class="btn btn-primary" data-dismiss="modal">Close</button>
      </div>
    </div>
  </div>
</div>
</div>

Version data entries

37 entries across 37 versions & 3 rubygems

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