Sha256: 9179151e500ae98c5f0b2fb34d19404f6289fd1f6cabf1ae1ef7ef052d507a76

Contents?: true

Size: 662 Bytes

Versions: 16

Compression:

Stored size: 662 Bytes

Contents

<div class="row with-headroom">
  <div class="col-md-12">
    <fieldset id="set-license">
      <legend>Choose a License for your Content</legend>
      <p>
        What do you want others to be able to do with your work?
      </p>
      <p>
        <a href="http://creativecommons.org/licenses/" target="_blank">Here's some help</a> if you don't know which license to choose.
      </p>

      <%= f.input :rights, as: :multi_value_select,
        collection: RightsService.select_active_options,
        include_blank: true,
        item_helper: method(:include_current_value),
        input_html: { class: 'form-control' } %>
    </fieldset>
  </div>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
curation_concerns-1.4.0 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.3.3 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.3.2 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.3.1 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.3.0 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.2.0 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.1.2 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.1.1 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.1.0 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.0.0 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.0.0.beta10 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.0.0.beta9 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.0.0.beta8 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.0.0.beta7 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.0.0.beta6 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.0.0.beta5 app/views/curation_concerns/base/_form_rights.html.erb