Sha256: eab262835799fc379d809705a8e30e69abad5bc95799e2e6990c2f3dae713f57

Contents?: true

Size: 558 Bytes

Versions: 26

Compression:

Stored size: 558 Bytes

Contents

<section>
  <header class="section-header">
    <h2>Checklist</h2>
  </header>

  <ul class="deploy-checklist">
    <%- checklist.each_with_index do |check, index| -%>
      <li class="deploy-checklist__item">
        <%= check_box_tag :checklist, nil, false, class: 'deploy-checklist__item__checkbox', id: "checkbox_#{index}" %>
        <label class="deploy-checklist__item__label" for="checkbox_<%= index %>">
          <%= sanitize(check, tags: %w(a strong), attributes: %w(href target)) %>
        </label>
      </li>
    <%- end -%>
  </ul>
</section>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
shipit-engine-0.3.0 app/views/deploys/_checklist.html.erb
shipit-engine-0.2.3 app/views/deploys/_checklist.html.erb
shipit-engine-0.2.2 app/views/deploys/_checklist.html.erb
shipit-engine-0.2.1 app/views/deploys/_checklist.html.erb
shipit-engine-0.2.0 app/views/deploys/_checklist.html.erb
shipit-engine-0.1.0 app/views/deploys/_checklist.html.erb