Sha256: 1ebbba5a272376ea275e2d947378f586fc0348a3b4da36e14956cee9ca690c88

Contents?: true

Size: 603 Bytes

Versions: 15

Compression:

Stored size: 603 Bytes

Contents

<div class="card permissions-confirm">
  <div class="card-header">
    <h4><%= I18n.t("hyrax.upload.change_access_title_html") %><h4>
  </div>
  <div class="card-body">
      <%= sanitize I18n.t("hyrax.upload.change_access_message_html", curation_concern: curation_concern) %>
  </div>
  <div class="form-actions card-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

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-5.0.4 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-5.0.3 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-5.0.2 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-5.0.1 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-5.0.0 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-4.0.0 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/permissions/confirm_access.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/permissions/confirm_access.html.erb