Sha256: caef22d7a3a8a759a2b5d76b30fc3cab3d77c5a0583a2707e7ae1766785b75e2

Contents?: true

Size: 685 Bytes

Versions: 1

Compression:

Stored size: 685 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: CurationConcerns::LicenseService.new.select_active_options,
        include_blank: true,
        item_helper: method(:include_current_value),
        input_html: { class: 'form-control' } %>
    </fieldset>
  </div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
curation_concerns-1.5.0 app/views/curation_concerns/base/_form_rights.html.erb