Sha256: 38d56c086076b5c6a0dc9ea2770caf9cdde1b0da2ad57f12bb5ebd3c68e5ae27
Contents?: true
Size: 633 Bytes
Versions: 21
Compression:
Stored size: 633 Bytes
Contents
.manager-reports-show .row .large-12.columns %h1= @report.name .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
21 entries across 21 versions & 1 rubygems