Sha256: 7c602e909e9f0ed269a94f3637ccc631cee87bdbe41d623f0e9e4f5ea27b6239

Contents?: true

Size: 472 Bytes

Versions: 11

Compression:

Stored size: 472 Bytes

Contents

<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: :select,
    collection: Sufia.config.cc_licenses,
    input_html: { class: 'input-xxlarge' },
    label: 'Content License'
  %>
</fieldset>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
curate-0.6.6 app/views/curation_concern/base/_form_content_license.html.erb
curate-0.6.5 app/views/curation_concern/base/_form_content_license.html.erb
curate-0.6.4 app/views/curation_concern/base/_form_content_license.html.erb
curate-0.6.3 app/views/curation_concern/base/_form_content_license.html.erb
curate-0.6.1 app/views/curation_concern/base/_form_content_license.html.erb
curate-0.6.0 app/views/curation_concern/base/_form_content_license.html.erb
curate-0.5.6 app/views/curation_concern/base/_form_content_license.html.erb
curate-0.5.5 app/views/curation_concern/base/_form_content_license.html.erb
curate-0.5.4 app/views/curation_concern/base/_form_content_license.html.erb
curate-0.5.2 app/views/curation_concern/base/_form_content_license.html.erb
curate-0.5.1 app/views/curation_concern/base/_form_content_license.html.erb