Sha256: 89af8c70a56e6ed555b0803ebf70103e9c0f350c835785c90b74b82c92f05cb6
Contents?: true
Size: 899 Bytes
Versions: 76
Compression:
Stored size: 899 Bytes
Contents
-# ish_manager / reports / index .reports-index.max-width %h3 Reports (#{@reports.length}) = link_to image_new, new_report_path = paginate @reports, :param_name => :reports_page, :views_prefix => 'ish_manager' - @reports.each do |report| .card .card-content = link_to '[~]', edit_report_path( report ) .float-left= button_to '[x]', report_path( report ), :method => :delete, :data => { :confirm => 'Are you sure?' } - if report.is_public %i.material-icons visibility - else %i.material-icons visibility_off = link_to report.name, report_path( report ) %br .gray = pp_date report.created_at slug: #{report.slug} - if report.photo = image_tag report.photo.photo.url :thumb = paginate @reports, :param_name => :reports_page, :views_prefix => 'ish_manager'
Version data entries
76 entries across 76 versions & 1 rubygems