Sha256: 0a8764054924459f411e12220b65dc1587fcb7e19c70fd27f36b7da651cbd24c

Contents?: true

Size: 410 Bytes

Versions: 140

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

140 entries across 140 versions & 1 rubygems

Version Path
wco_models-3.1.0.187 app/views/wco/reports/index_table.haml
wco_models-3.1.0.184 app/views/wco/reports/index_table.haml
wco_models-3.1.0.183 app/views/wco/reports/index_table.haml
wco_models-3.1.0.182 app/views/wco/reports/index_table.haml
wco_models-3.1.0.181 app/views/wco/reports/index_table.haml
wco_models-3.1.0.180 app/views/wco/reports/index_table.haml
wco_models-3.1.0.178 app/views/wco/reports/index_table.haml
wco_models-3.1.0.177 app/views/wco/reports/index_table.haml
wco_models-3.1.0.176 app/views/wco/reports/index_table.haml
wco_models-3.1.0.175 app/views/wco/reports/index_table.haml
wco_models-3.1.0.174 app/views/wco/reports/index_table.haml
wco_models-3.1.0.173 app/views/wco/reports/index_table.haml
wco_models-3.1.0.172 app/views/wco/reports/index_table.haml
wco_models-3.1.0.171 app/views/wco/reports/index_table.haml
wco_models-3.1.0.170 app/views/wco/reports/index_table.haml
wco_models-3.1.0.169 app/views/wco/reports/index_table.haml
wco_models-3.1.0.168 app/views/wco/reports/index_table.haml
wco_models-3.1.0.167 app/views/wco/reports/index_table.haml
wco_models-3.1.0.166 app/views/wco/reports/index_table.haml
wco_models-3.1.0.165 app/views/wco/reports/index_table.haml