Sha256: 0a8764054924459f411e12220b65dc1587fcb7e19c70fd27f36b7da651cbd24c

Contents?: true

Size: 410 Bytes

Versions: 154

Compression:

Stored size: 410 Bytes

Contents

.reports-index.maxwidth
  %h5
    Reports
    = link_to '[+]', new_report_path

  %table.bordered
    %tr
      %th  
      %th slug
    - @reports.each do |ttt|
      %tr
        %td
          .flex-row
            = button_to '[x]', report_path(ttt), method: :delete, data: { confirm: 'Are you sure?' }
            = link_to '[~]', edit_report_path(ttt)
        %td= link_to ttt.slug, report_path(ttt)

Version data entries

154 entries across 154 versions & 1 rubygems

Version Path
wco_models-3.1.0.51 app/views/wco/reports/index_table.haml
wco_models-3.1.0.50 app/views/wco/reports/index_table.haml
wco_models-3.1.0.49 app/views/wco/reports/index_table.haml
wco_models-3.1.0.48 app/views/wco/reports/index_table.haml
wco_models-3.1.0.47 app/views/wco/reports/index_table.haml
wco_models-3.1.0.46 app/views/wco/reports/index_table.haml
wco_models-3.1.0.45 app/views/wco/reports/index_table.haml
wco_models-3.1.0.44 app/views/wco/reports/index_table.haml
wco_models-3.1.0.43 app/views/wco/reports/index_table.haml
wco_models-3.1.0.42 app/views/wco/reports/index_table.haml
wco_models-3.1.0.41 app/views/wco/reports/index_table.haml
wco_models-3.1.0.40 app/views/wco/reports/index_table.haml
wco_models-3.1.0.39 app/views/wco/reports/index_table.haml
wco_models-3.1.0.38 app/views/wco/reports/index_table.haml