Sha256: 06121430c4be645783e9efd500899ceaa90cfdb2191e33c245ef07b5f0c8ff1c

Contents?: true

Size: 506 Bytes

Versions: 45

Compression:

Stored size: 506 Bytes

Contents

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

  %ul
    - @reports.each do |ttt|
      %li.Card
        .flex-row
          = button_to '[x]', report_path(ttt), method: :delete, data: { confirm: 'Are you sure?' }
          = link_to '[~]', edit_report_path(ttt)
          .a
            = link_to ttt.title, report_path(ttt)
            %br
            `#{ttt.slug}`
            .gray.mini= ttt.id
        .flex-row

          = render '/wco/tags/index_inline', tags: ttt.tags

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
wco_models-3.1.0.128 app/views/wco/reports/index.haml
wco_models-3.1.0.127 app/views/wco/reports/index.haml
wco_models-3.1.0.126 app/views/wco/reports/index.haml
wco_models-3.1.0.125 app/views/wco/reports/index.haml
wco_models-3.1.0.124 app/views/wco/reports/index.haml
wco_models-3.1.0.123 app/views/wco/reports/index.haml
wco_models-3.1.0.122 app/views/wco/reports/index.haml
wco_models-3.1.0.121 app/views/wco/reports/index.haml
wco_models-3.1.0.120 app/views/wco/reports/index.haml
wco_models-3.1.0.119 app/views/wco/reports/index.haml
wco_models-3.1.0.118 app/views/wco/reports/index.haml
wco_models-3.1.0.117 app/views/wco/reports/index.haml
wco_models-3.1.0.116 app/views/wco/reports/index.haml
wco_models-3.1.0.115 app/views/wco/reports/index.haml
wco_models-3.1.0.114 app/views/wco/reports/index.haml
wco_models-3.1.0.113 app/views/wco/reports/index.haml
wco_models-3.1.0.112 app/views/wco/reports/index.haml
wco_models-3.1.0.111 app/views/wco/reports/index.haml
wco_models-3.1.0.110 app/views/wco/reports/index.haml
wco_models-3.1.0.109 app/views/wco/reports/index.haml