Sha256: 31f3d943cc138e2e34c1542943e0960f049677eb999a6c3273affbb829256787
Contents?: true
Size: 632 Bytes
Versions: 23
Compression:
Stored size: 632 Bytes
Contents
- content_for(:header_title) { "Clean Up" } = form_for :clean_ups, url: clean_ups_path do |f| = bb_panel "Clean Up", table: true do %thead %th{colspan: 2} Key %th File %tbody - translations_to_clean_up.each do |translation| %tr.translation-value{data: {id: translation.id}} %td= check_box_tag("c[#{translation.id}]", 1, true) %td= translation.key %td= path_without_root_or_locales(translation.file_path) - if translations_to_clean_up.empty? %tr %td{colspan: 3} No translations were found = f.submit "Delete", class: ["btn", "btn-danger"]
Version data entries
23 entries across 23 versions & 1 rubygems