Sha256: aec5d3157acad53e266f7538a313aab1336d8364e9f05e96c8aae49ef12a6c23

Contents?: true

Size: 494 Bytes

Versions: 1

Compression:

Stored size: 494 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 licence to choose.
  </p>

  <%= f.input :rights,
    as: :select,
    collection: Sufia::Engine::config.cc_licenses,
    input_html: { class: 'input-xxxlarge' },
    label: get_label('rights'), hint: help_icon('rights')
  %>
</fieldset>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
curate-0.2.0 app/views/curation_concern/_content_license.html.erb