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