Sha256: 83e0f4751b9bfd7371825971914028724a57cc5fff6b40f8b9b65fc2a8d1de03

Contents?: true

Size: 590 Bytes

Versions: 63

Compression:

Stored size: 590 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>
    = link_to item.venue.name, venue_path( item.venue )
  - if item.user_profile
    <b>By UserProfile:</b>
    = link_to item.user_profile.name, edit_user_profile_path( item.user_profile )
    

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
ish_manager-0.1.8.156 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.155 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.154 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.153 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.152 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.151 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.150 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.149 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.148 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.147 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.146 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.145 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.144 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.143 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.142 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.141 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.140 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.139 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.138 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.137 app/views/ish_manager/application/_meta.haml