Sha256: 0a8764054924459f411e12220b65dc1587fcb7e19c70fd27f36b7da651cbd24c

Contents?: true

Size: 410 Bytes

Versions: 153

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

153 entries across 153 versions & 1 rubygems

Version Path
wco_models-3.1.0.152 app/views/wco/reports/index_table.haml
wco_models-3.1.0.151 app/views/wco/reports/index_table.haml
wco_models-3.1.0.150 app/views/wco/reports/index_table.haml
wco_models-3.1.0.149 app/views/wco/reports/index_table.haml
wco_models-3.1.0.148 app/views/wco/reports/index_table.haml
wco_models-3.1.0.147 app/views/wco/reports/index_table.haml
wco_models-3.1.0.146 app/views/wco/reports/index_table.haml
wco_models-3.1.0.145 app/views/wco/reports/index_table.haml
wco_models-3.1.0.144 app/views/wco/reports/index_table.haml
wco_models-3.1.0.143 app/views/wco/reports/index_table.haml
wco_models-3.1.0.142 app/views/wco/reports/index_table.haml
wco_models-3.1.0.141 app/views/wco/reports/index_table.haml
wco_models-3.1.0.140 app/views/wco/reports/index_table.haml
wco_models-3.1.0.139 app/views/wco/reports/index_table.haml
wco_models-3.1.0.138 app/views/wco/reports/index_table.haml
wco_models-3.1.0.137 app/views/wco/reports/index_table.haml
wco_models-3.1.0.136 app/views/wco/reports/index_table.haml
wco_models-3.1.0.135 app/views/wco/reports/index_table.haml
wco_models-3.1.0.134 app/views/wco/reports/index_table.haml
wco_models-3.1.0.133 app/views/wco/reports/index_table.haml