Sha256: 215cafe2249501fedc6258e73e9083b85b70b59bb5ab5d09775fcbc4d4631416

Contents?: true

Size: 976 Bytes

Versions: 25

Compression:

Stored size: 976 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">
        <%= sanitize values.join("<br />") %>
      </div>
      <div class="modal-footer">
        <button class="btn btn-primary" data-dismiss="modal">Close</button>
      </div>
    </div>
  </div>
</div>
</div>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/file_sets/_extra_fields_modal.html.erb
hyrax-2.9.5 app/views/hyrax/file_sets/_extra_fields_modal.html.erb
hyrax-2.9.4 app/views/hyrax/file_sets/_extra_fields_modal.html.erb
hyrax-2.9.3 app/views/hyrax/file_sets/_extra_fields_modal.html.erb
hyrax-2.9.2 app/views/hyrax/file_sets/_extra_fields_modal.html.erb
hyrax-2.9.1 app/views/hyrax/file_sets/_extra_fields_modal.html.erb
hyrax-2.9.0 app/views/hyrax/file_sets/_extra_fields_modal.html.erb
hyrax-2.8.0 app/views/hyrax/file_sets/_extra_fields_modal.html.erb
hyrax-2.7.2 app/views/hyrax/file_sets/_extra_fields_modal.html.erb
hyrax-2.7.1 app/views/hyrax/file_sets/_extra_fields_modal.html.erb
hyrax-2.7.0 app/views/hyrax/file_sets/_extra_fields_modal.html.erb
hyrax-2.6.0 app/views/hyrax/file_sets/_extra_fields_modal.html.erb
hyrax-2.5.1 app/views/hyrax/file_sets/_extra_fields_modal.html.erb
hyrax-2.5.0 app/views/hyrax/file_sets/_extra_fields_modal.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/file_sets/_extra_fields_modal.html.erb
hyrax-2.4.1 app/views/hyrax/file_sets/_extra_fields_modal.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/file_sets/_extra_fields_modal.html.erb
hyrax-2.4.0 app/views/hyrax/file_sets/_extra_fields_modal.html.erb
hyrax-2.3.3 app/views/hyrax/file_sets/_extra_fields_modal.html.erb
hyrax-2.3.2 app/views/hyrax/file_sets/_extra_fields_modal.html.erb