Sha256: d976c671ce8bcee3bb80630562c4714fe714f4146cbb98a88f268c3c8f80515c

Contents?: true

Size: 747 Bytes

Versions: 4

Compression:

Stored size: 747 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>

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
curation_concerns-1.6.3 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.6.2 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.6.1 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.6.0 app/views/curation_concerns/base/_form_rights.html.erb