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