Sha256: 793e082c34bd7c7bed239127b350fd9a6d9969d2334f69d38c20339f9fc888f0
Contents?: true
Size: 567 Bytes
Versions: 51
Compression:
Stored size: 567 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 required', 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
51 entries across 51 versions & 1 rubygems