Sha256: 3958d9d98dcf68b1444d1066d19b23efa67d7abf3157b9773133aeb88d762559

Contents?: true

Size: 461 Bytes

Versions: 44

Compression:

Stored size: 461 Bytes

Contents

.reports-index.maxwidth
  .header
    %h5.title
      = render 'header'

  %ul
    - @reports.each do |ttt|
      %li
        .flex-row
          = button_to '[x]', report_path(ttt), method: :delete, data: { confirm: 'Are you sure?' }
          = link_to '[~]', edit_report_path(ttt)
          = link_to ttt.slug, report_path(ttt)
        .flex-row
          <b>Tags (#{ttt.tags.length}):</b>&nbsp;
          = render '/wco/tags/index_inline', tags: ttt.tags

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
wco_models-3.1.0.82 app/views/wco/reports/index.haml
wco_models-3.1.0.81 app/views/wco/reports/index.haml
wco_models-3.1.0.80 app/views/wco/reports/index.haml
wco_models-3.1.0.79 app/views/wco/reports/index.haml
wco_models-3.1.0.78 app/views/wco/reports/index.haml
wco_models-3.1.0.77 app/views/wco/reports/index.haml
wco_models-3.1.0.76 app/views/wco/reports/index.haml
wco_models-3.1.0.75 app/views/wco/reports/index.haml
wco_models-3.1.0.74 app/views/wco/reports/index.haml
wco_models-3.1.0.73 app/views/wco/reports/index.haml
wco_models-3.1.0.72 app/views/wco/reports/index.haml
wco_models-3.1.0.71 app/views/wco/reports/index.haml
wco_models-3.1.0.70 app/views/wco/reports/index.haml
wco_models-3.1.0.69 app/views/wco/reports/index.haml
wco_models-3.1.0.67 app/views/wco/reports/index.haml
wco_models-3.1.0.66 app/views/wco/reports/index.haml
wco_models-3.1.0.65 app/views/wco/reports/index.haml
wco_models-3.1.0.64 app/views/wco/reports/index.haml
wco_models-3.1.0.63 app/views/wco/reports/index.haml
wco_models-3.1.0.62 app/views/wco/reports/index.haml