Sha256: e3dcc7141a2bd925615cedd61f0d3f4f00cba6d56b272d863eebb9e1e83a7a73

Contents?: true

Size: 361 Bytes

Versions: 20

Compression:

Stored size: 361 Bytes

Contents

#
# 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


Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
ishapi-0.1.8.74 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.72 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.71 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.70 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.69 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.68 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.67 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.66 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.65 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.64 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.63 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.62 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.61 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.60 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.59 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.58 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.57 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.56 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.55 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.54 app/views/ishapi/reports/index.jbuilder