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

Version Path
ish_manager-0.1.8.89 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.88 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.87 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.86 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.85 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.84 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.83 app/views/ish_manager/application/_meta.haml