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