Sha256: a334268154da684a5ea8a8619ceb7e09a5478bb54afe982f7542177e0ec2d4e4

Contents?: true

Size: 648 Bytes

Versions: 41

Compression:

Stored size: 648 Bytes

Contents

- config ||= {}

.reports--index
  = paginate reports, :param_name => :reports_page, :views_prefix => 'wco'
  %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
        - if !config[:skip_tags]
          .flex-row
            = render '/wco/tags/list_chips', tags: ttt.tags
  = paginate reports, :param_name => :reports_page, :views_prefix => 'wco'

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
wco_models-3.1.0.202 app/views/wco/reports/_index.haml
wco_models-3.1.0.201 app/views/wco/reports/_index.haml
wco_models-3.1.0.199 app/views/wco/reports/_index.haml
wco_models-3.1.0.198 app/views/wco/reports/_index.haml
wco_models-3.1.0.197 app/views/wco/reports/_index.haml
wco_models-3.1.0.196 app/views/wco/reports/_index.haml
wco_models-3.1.0.195 app/views/wco/reports/_index.haml
wco_models-3.1.0.194 app/views/wco/reports/_index.haml
wco_models-3.1.0.193 app/views/wco/reports/_index.haml
wco_models-3.1.0.192 app/views/wco/reports/_index.haml
wco_models-3.1.0.191 app/views/wco/reports/_index.haml
wco_models-3.1.0.190 app/views/wco/reports/_index.haml
wco_models-3.1.0.189 app/views/wco/reports/_index.haml
wco_models-3.1.0.188 app/views/wco/reports/_index.haml
wco_models-3.1.0.187 app/views/wco/reports/_index.haml
wco_models-3.1.0.184 app/views/wco/reports/_index.haml
wco_models-3.1.0.183 app/views/wco/reports/_index.haml
wco_models-3.1.0.182 app/views/wco/reports/_index.haml
wco_models-3.1.0.181 app/views/wco/reports/_index.haml
wco_models-3.1.0.180 app/views/wco/reports/_index.haml