Sha256: 6e40a82332426ee3eaa8e72305889ec4307ee348c575ab937de3593eb67b5f4e
Contents?: true
Size: 514 Bytes
Versions: 76
Compression:
Stored size: 514 Bytes
Contents
.reports-show.max-width %h1.flex-row = @report.name = link_to '[~]', edit_report_path( @report ) = button_to '[x]', report_path( @report ), :method => :delete, :data => { :confirm => 'Are you sure?' } = render 'meta', item: @report - if @report.subhead.length > 3 .subhead= @report.subhead .descr - if @report.photo .float-left= image_tag @report.photo.photo.url( :small ) = raw @report.descr %hr = render 'form', :url => report_path(@report.id), :report => @report
Version data entries
76 entries across 76 versions & 1 rubygems