Sha256: 6016218160b28a9c5bf60a1892701ee5d6a614983efd31c95ded7ae93b6014b6

Contents?: true

Size: 455 Bytes

Versions: 2

Compression:

Stored size: 455 Bytes

Contents

<fieldset>
  <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

2 entries across 2 versions & 1 rubygems

Version Path
curate-0.5.0 app/views/curation_concern/base/_form_content_license.html.erb
curate-0.4.2 app/views/curation_concern/base/_form_content_license.html.erb