Sha256: 5d6431d495748ef47aa983f1fe4bd4bcbcc849b1829f05300be300898aed5dff
Contents?: true
Size: 437 Bytes
Versions: 2
Compression:
Stored size: 437 Bytes
Contents
# # ishapi / application / _meta # if !item.tags.blank? json.partial! 'ishapi/tags/index', tags: item.tags end json.created_at item.created_at json.updated_at item.updated_at json.username item.user_profile.name if item.user_profile if item.city json.city do json.name item.city.name json.slug item.city.cityname end json.cityname item.city.cityname end json.subhead item.subhead json.description item.descr
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ishapi-0.1.8.154 | app/views/ishapi/application/_meta.jbuilder |
ishapi-0.1.8.153 | app/views/ishapi/application/_meta.jbuilder |