Sha256: cabb600d5188741c77f5473f7d3bdf60ca4bf5ea9d61d2cfa847d53ea7bcece0

Contents?: true

Size: 1.07 KB

Versions: 15

Compression:

Stored size: 1.07 KB

Contents

<div class="set-access-controls">

  <p><%= t('.para1') %></p>
  <p><%= t('.para2') %></p>

  <div class="form-check">
    <label class="form-check-label">
      <%= f.radio_button :visibility, Hydra::AccessControls::AccessRight::VISIBILITY_TEXT_VALUE_PUBLIC %>
      <strong><%= t('hyrax.visibility.open.text') %></strong> - <%= t('hyrax.visibility.open.note_html') %>
    </label>
  </div>
  <div class="form-check">
    <label class="form-check-label">
      <%= f.radio_button :visibility, Hydra::AccessControls::AccessRight::VISIBILITY_TEXT_VALUE_AUTHENTICATED %>
      <strong><%= t('hyrax.visibility.authenticated.text', institution: institution_name) %></strong> - <%= t('hyrax.visibility.authenticated.note_html', institution: institution_name) %>
    </label>
  </div>
  <div class="form-check">
    <label class="form-check-label">
      <%= f.radio_button :visibility, Hydra::AccessControls::AccessRight::VISIBILITY_TEXT_VALUE_PRIVATE %>
      <strong><%= t('hyrax.visibility.restricted.text') %></strong>- <%= t('hyrax.visibility.restricted.note_html') %>
    </label>
  </div>

</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-5.0.4 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-5.0.3 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-5.0.2 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-5.0.1 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-5.0.0 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-4.0.0 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/dashboard/collections/_form_discovery.html.erb