Sha256: c433d9f76e2601427585d7965f993e7624d7ea42ead5187ce4f322cd28e3be76
Contents?: true
Size: 695 Bytes
Versions: 16
Compression:
Stored size: 695 Bytes
Contents
.manager-reports-show .row .large-12.columns %h1 = @report.name = link_to '[~]', edit_report_path( @report ) .meta -# By #{link_to @report.user_profile.username, user_path( @report.user )} On #{@report.created_at.to_s.slice(0, 10)} In #{link_to "http://#{@report.site.domain}/#{@report.site.lang}", site_path( @report.site )} -# - if @report.tag -# Tagged #{link_to @report.tag.name, manager_tag_path( @report.tag )} - if @report.city In #{link_to @report.city.name, city_path( @report.city )} - if @report.subhead.length > 3 .subhead= @report.subhead .descr= raw @report.descr
Version data entries
16 entries across 16 versions & 1 rubygems