Sha256: 497a139ea27fb4c6ca260bcee25bd03b67baaee47aac9635e5b302bd0d79c74a
Contents?: true
Size: 474 Bytes
Versions: 7
Compression:
Stored size: 474 Bytes
Contents
.meta <b>On</b> #{item.created_at.to_s[0...10]} - if item.city <b>In City:</b> #{link_to item.city.name, city_path( item.city )} - if item.tag <b>Tag:</b> #{link_to item.tag.name, tag_path( item.tag )} - if item.site <b>Site:</b> = link_to "#{item.site.domain}/#{item.site.lang}", site_path( item.site ) - if item.venue <b>Venue:</b> = item.venue.inspect - if item.user_profile <b>By UserProfile:</b> #{item.user_profile.email}
Version data entries
7 entries across 7 versions & 1 rubygems