Sha256: 23946cbc43f04c7d5c98af9c342aa12a62873408da356335e153ce7d91f022dc
Contents?: true
Size: 744 Bytes
Versions: 21
Compression:
Stored size: 744 Bytes
Contents
.row .large-12.columns %h3 Reports Index (#{@reports.length}) - if @site In #{@site.domain}/#{@site.lang} = paginate @reports, :param_name => :reports_page %ol - @reports.each do |report| %li = link_to '[~]', edit_report_path( report ) = link_to '[x]', report_path( report ), :method => :delete, :data => { :confirm => 'Are you sure?' } - if report.is_public [public ] - else [private] = link_to report.name, report_path( report ) %br .gray - if report.site Site #{report.site.domain}/#{report.site.lang} = paginate @reports, :param_name => :reports_page
Version data entries
21 entries across 21 versions & 1 rubygems