Sha256: a9f8c8dcde36e0bbdbe6ca1710c75b91d86fa7df12b01539a37ed77ad176fa50

Contents?: true

Size: 595 Bytes

Versions: 29

Compression:

Stored size: 595 Bytes

Contents

<div class="panel panel-default permissions-confirm">
  <div class="panel-heading">
    <h4>Apply changes to contents?<h4>
  </div>
  <div class="panel-body">
      <%= I18n.t("hyrax.upload.change_access_message_html", curation_concern: curation_concern).html_safe %>
  </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

29 entries across 29 versions & 2 rubygems

Version Path
hyrax-2.2.1 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-2.2.0 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-2.1.0 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-2.1.0.rc4 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-2.1.0.rc3 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-2.1.0.rc2 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-2.1.0.rc1 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-1.1.0 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-2.1.0.beta2 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-2.0.2 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-2.0.1 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-2.0.0 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-1.0.5 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/permissions/confirm_access.html.erb