Sha256: e705cb23054fe2a5ea9a484957bda1ab35b1866cd83e23b96910534c4614f1da

Contents?: true

Size: 622 Bytes

Versions: 16

Compression:

Stored size: 622 Bytes

Contents

<div class="panel panel-default permissions-confirm">
  <div class="panel-heading">
    <h4><%= I18n.t("hyrax.upload.change_access_title_html") %><h4>
  </div>
  <div class="panel-body">
      <%= sanitize I18n.t("hyrax.upload.change_access_message_html", curation_concern: curation_concern) %>
  </div>
  <div class="form-actions panel-footer">
    <%= button_to I18n.t("hyrax.upload.change_access_yes_message"), hyrax.copy_access_permission_path(curation_concern), class: 'btn btn-primary' %>
    <%= link_to I18n.t("hyrax.upload.change_access_no_message"), [main_app, curation_concern], class: 'btn' %>
  </div>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-3.5.0 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-3.4.2 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-3.4.1 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-3.4.0 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-3.3.0 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-3.2.0 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-3.1.0 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-3.0.2 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-3.0.1 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-3.0.0 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-3.0.0.pre.rc2 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-3.0.0.pre.rc1 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-3.0.0.pre.beta3 app/views/hyrax/permissions/confirm_access.html.erb