Sha256: 398c9939c0687227c7e97cb4af3252a353fe62f77cfc1c34fb3febebf8851270
Contents?: true
Size: 1.14 KB
Versions: 46
Compression:
Stored size: 1.14 KB
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 ) .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 - if report.site Site <b>#{report.site.domain}/#{report.site.lang}</b> - if report.city City <b>#{report.city.name}</b> = pp_date report.created_at - if report.photo = image_tag report.photo.photo.url :thumb = paginate @reports, :param_name => :reports_page, :views_prefix => 'ish_manager'
Version data entries
46 entries across 46 versions & 1 rubygems