Sha256: da7cd9cf2e4d2ec9c5e3369cddac448b3a93ecd887a7cac64d7187a95bbd3b66
Contents?: true
Size: 499 Bytes
Versions: 62
Compression:
Stored size: 499 Bytes
Contents
<fieldset class="set-access-controls"> <legend> <%= t('.legend_html') %> </legend> <section class="help-block"> <p> <%= t('.help_html', edit_link: link_to( t('.management_page'), edit_lease_path(f.object)) ) %> </p> </section> <div class="form-group"> <input type="hidden" name="<%= f.object_name %>[visibility]" value="<%= Hydra::AccessControls::AccessRight::VISIBILITY_TEXT_VALUE_LEASE %>" /> <%= render 'form_permission_lease', f: f %> </div> </fieldset>
Version data entries
62 entries across 62 versions & 1 rubygems
Version | Path |
---|---|
hyrax-2.0.0.beta2 | app/views/hyrax/base/_form_permission_under_lease.html.erb |
hyrax-2.0.0.beta1 | app/views/hyrax/base/_form_permission_under_lease.html.erb |