Sha256: 46421c9b32c87537785aab6269c846ae6c7d419d9a9c772ffa4054cfa4a0d08e

Contents?: true

Size: 760 Bytes

Versions: 13

Compression:

Stored size: 760 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.config.license_service_class.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

13 entries across 13 versions & 1 rubygems

Version Path
curation_concerns-1.7.8 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.7.7 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-2.0.0 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-2.0.0.rc2 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.7.6 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.7.5 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.7.4 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.7.3 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.7.2 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-2.0.0.rc1 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.7.1 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.7.0 app/views/curation_concerns/base/_form_rights.html.erb
curation_concerns-1.7.0.beta1 app/views/curation_concerns/base/_form_rights.html.erb