Sha256: f0fcd5ae59d082bfbce7c5e8d5a38bddd43721ae2ec6a9a96183136f4dac86ab

Contents?: true

Size: 889 Bytes

Versions: 2

Compression:

Stored size: 889 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">
        <%= render partial: 'legally_binding_text' %>
      </article>
    </div>

    <div class="span12 accept-contributor-agreement">
      <%= label_tag contributor_agreement.param_key, class: 'checkbox' do %>
        <%= check_box_tag(
            contributor_agreement.param_key,
            contributor_agreement.acceptance_value,
            contributor_agreement.param_value,
            required: :required
          )
        %>
        I have read and accept the contributor license agreement
      <% end %>
    </div>
  </fieldset>
<%- end -%>

Version data entries

2 entries across 2 versions & 1 rubygems

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