Sha256: b768d2b6dbe13a50a3398963fd8298d37365215d9651c1b5cd0a9c1b94ec9d6e

Contents?: true

Size: 573 Bytes

Versions: 37

Compression:

Stored size: 573 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 ) # @deprecated 20180417
    json.photos do
      json.thumb_url report.photo.photo.url( :thumb )
      json.small_url report.photo.photo.url( :small )
      json.large_url report.photo.photo.url( :large )
    end
  end
end


Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
ishapi-0.1.8.120 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.119 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.118 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.117 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.116 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.114 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.113 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.112 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.109 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.108 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.107 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.106 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.105 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.104 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.103 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.102 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.101 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.100 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.99 app/views/ishapi/reports/index.jbuilder
ishapi-0.1.8.97 app/views/ishapi/reports/index.jbuilder