Sha256: 649cc3a882036ecb20772d803e7107d5413ee454211726f2cbcf90606fd0b026

Contents?: true

Size: 504 Bytes

Versions: 22

Compression:

Stored size: 504 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.respond_to?( :venue ) && item.venue
    <b>Venue:</b>
    = item.venue.inspect
  - if item.user_profile
    <b>By UserProfile:</b> #{item.user_profile.email}
    

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
ish_manager-0.1.8.112 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.111 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.110 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.109 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.108 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.107 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.106 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.105 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.104 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.103 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.102 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.101 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.100 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.99 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.98 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.97 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.96 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.95 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.94 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.93 app/views/ish_manager/application/_meta.haml