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

Version Path
awesome_translations-0.0.49 app/views/awesome_translations/clean_ups/new.html.haml
awesome_translations-0.0.48 app/views/awesome_translations/clean_ups/new.html.haml
awesome_translations-0.0.47 app/views/awesome_translations/clean_ups/new.html.haml
awesome_translations-0.0.46 app/views/awesome_translations/clean_ups/new.html.haml
awesome_translations-0.0.45 app/views/awesome_translations/clean_ups/new.html.haml
awesome_translations-0.0.44 app/views/awesome_translations/clean_ups/new.html.haml
awesome_translations-0.0.43 app/views/awesome_translations/clean_ups/new.html.haml
awesome_translations-0.0.42 app/views/awesome_translations/clean_ups/new.html.haml
awesome_translations-0.0.41 app/views/awesome_translations/clean_ups/new.html.haml
awesome_translations-0.0.40 app/views/awesome_translations/clean_ups/new.html.haml
awesome_translations-0.0.39 app/views/awesome_translations/clean_ups/new.html.haml
awesome_translations-0.0.38 app/views/awesome_translations/clean_ups/new.html.haml
awesome_translations-0.0.37 app/views/awesome_translations/clean_ups/new.html.haml
awesome_translations-0.0.36 app/views/awesome_translations/clean_ups/new.html.haml
awesome_translations-0.0.35 app/views/awesome_translations/clean_ups/new.html.haml
awesome_translations-0.0.34 app/views/awesome_translations/clean_ups/new.html.haml
awesome_translations-0.0.33 app/views/awesome_translations/clean_ups/new.html.haml
awesome_translations-0.0.32 app/views/awesome_translations/clean_ups/new.html.haml
awesome_translations-0.0.31 app/views/awesome_translations/clean_ups/new.html.haml
awesome_translations-0.0.30 app/views/awesome_translations/clean_ups/new.html.haml