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