Sha256: bb4e3f26fcd49fc025a516a2cadf920a406fa182ca8d4a20dc03603ae66b7f47
Contents?: true
Size: 840 Bytes
Versions: 2
Compression:
Stored size: 840 Bytes
Contents
<% unless curation_concern.persisted? %> <fieldset class="row contributor_agreement with-headroom"> <div class="span12"> <legend> <%= t('sufia.product_name') %> Content Submission Terms </legend> </div> <div class="span12"> <article class="lawyer_readable contributor_agreement wide-text"> <%= contributor_agreement.legally_binding_text.html_safe %> </article> </div> <div class="span12"> <%= label_tag contributor_agreement.param_key, class: 'checkbox' do %> <%= check_box_tag( contributor_agreement.param_key, contributor_agreement.acceptance_value, contributor_agreement.param_value ) %> I have read and accept the contributor licence agreement <% end %> </div> </fieldset> <%- end -%>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
curate-0.3.2 | app/views/curation_concern/_contributor_agreement.html.erb |
curate-0.3.1 | app/views/curation_concern/_contributor_agreement.html.erb |