Sha256: d7912f3caa4d67e41564e7b10d0e6060bcddd8c46cc5be9c4c287f2240218861
Contents?: true
Size: 838 Bytes
Versions: 98
Compression:
Stored size: 838 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 - if @report.photo .float-left= image_tag @report.photo.photo.url( :small ) = raw @report.descr .c .c
Version data entries
98 entries across 98 versions & 1 rubygems