app/views/ishapi/reports/index.jbuilder in ishapi-0.1.8.53 vs app/views/ishapi/reports/index.jbuilder in ishapi-0.1.8.54

- old
+ new

@@ -3,16 +3,16 @@ # ishapi / reports / index.jbuilder # json.array! @reports do |report| json.created_at report.created_at - json.id report.id.to_s json.name report.name json.reportname report.name_seo json.subhead report.subhead json.description report.descr if report.photo json.photo report.photo.photo.url( :thumb ) end end +