Sha256: 038794d68bc692e6ec452c49d7d5b5bea0469532bf3935a37cd7c053b5592ea2
Contents?: true
Size: 594 Bytes
Versions: 27
Compression:
Stored size: 594 Bytes
Contents
<div class="panel panel-default permissions-confirm"> <div class="panel-heading"> <h4>Apply changes to contents?<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
27 entries across 27 versions & 1 rubygems