Sha256: 4da45b780c6185bee7cd9d257345abc16a3334d213a901402ac94208933d2d31

Contents?: true

Size: 1002 Bytes

Versions: 10

Compression:

Stored size: 1002 Bytes

Contents

<% unless curation_concern.persisted? %>
  <fieldset class="row contributor_agreement with-headroom" id="contributor-agreement">
    <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', for:  'accept_contributor_agreement' do %>
        <%= check_box_tag(
            contributor_agreement.param_key,
            contributor_agreement.acceptance_value,
            contributor_agreement.param_value,
            required: :required,
            id: 'accept_contributor_agreement'
          )
        %>
        I have read and accept the contributor license agreement
      <% end %>
    </div>
  </fieldset>
<%- end -%>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
curate-0.6.6 app/views/curation_concern/base/_form_contributor_agreement.html.erb
curate-0.6.5 app/views/curation_concern/base/_form_contributor_agreement.html.erb
curate-0.6.4 app/views/curation_concern/base/_form_contributor_agreement.html.erb
curate-0.6.3 app/views/curation_concern/base/_form_contributor_agreement.html.erb
curate-0.6.1 app/views/curation_concern/base/_form_contributor_agreement.html.erb
curate-0.6.0 app/views/curation_concern/base/_form_contributor_agreement.html.erb
curate-0.5.6 app/views/curation_concern/base/_form_contributor_agreement.html.erb
curate-0.5.5 app/views/curation_concern/base/_form_contributor_agreement.html.erb
curate-0.5.4 app/views/curation_concern/base/_form_contributor_agreement.html.erb
curate-0.5.2 app/views/curation_concern/base/_form_contributor_agreement.html.erb