Sha256: 9a9205b6567061f477a5bc9c689be8527484fd3a5b527f2e78341f7cc30f2a37
Contents?: true
Size: 992 Bytes
Versions: 17
Compression:
Stored size: 992 Bytes
Contents
-# ish_manager / reports / index - if @site = render 'ish_manager/sites/header', :site => @site .row .large-12.columns %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 ) = link_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 - if report.site Site #{report.site.domain}/#{report.site.lang} %br = report.created_at = paginate @reports, :param_name => :reports_page, :views_prefix => 'ish_manager'
Version data entries
17 entries across 17 versions & 1 rubygems