Sha256: 649a1c9e68394dfbdf62bfebf51b05219362b711fd6dd099a15e5c7f172810dc

Contents?: true

Size: 471 Bytes

Versions: 6

Compression:

Stored size: 471 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: 'form-control' },
    label: 'Content License'
  %>
</fieldset>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
worthwhile-0.1.2 app/views/curation_concern/base/_form_content_license.html.erb
worthwhile-0.1.1 app/views/curation_concern/base/_form_content_license.html.erb
worthwhile-0.1.0 app/views/curation_concern/base/_form_content_license.html.erb
worthwhile-0.0.3 app/views/curation_concern/base/_form_content_license.html.erb
worthwhile-0.0.2 app/views/curation_concern/base/_form_content_license.html.erb
worthwhile-0.0.1 app/views/curation_concern/base/_form_content_license.html.erb