Sha256: 492514c3101dafd4001e03f0812b8a68321a3fe861d7e49b260bed16c123403a

Contents?: true

Size: 364 Bytes

Versions: 1

Compression:

Stored size: 364 Bytes

Contents

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

  <ul class="checklist">
    <%- stack.checklist.each do |check| -%>
      <li>
        <label>
          <%= check_box_tag :checklist %>
          <%= sanitize(check, tags: %w(a strong), attributes: %w(href target)) %>
        </label>
      </li>
    <%- end -%>
  </ul>
</section>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shipit-engine-0.0.1.pre app/views/deploys/_checklist.html.erb