Sha256: 73eb38c25deccfed5959a4e0b50d4a98afc4b2554e57d3d6e6052f1edf4e3112

Contents?: true

Size: 1011 Bytes

Versions: 6

Compression:

Stored size: 1011 Bytes

Contents

<% unless curation_concern.persisted? %>
  <fieldset class="row contributor_agreement with-headroom" id="contributor-agreement">
    <div class="col-md-12">
      <legend>
        <%= t('sufia.product_name') %> Content Submission Terms
      </legend>
    </div>

    <div class="col-md-12">
      <article class="lawyer_readable contributor_agreement wide-text">
        <%= render partial: 'legally_binding_text' %>
      </article>
    </div>

    <div class="col-md-12 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

6 entries across 6 versions & 1 rubygems

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