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.192 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.188 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.182 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.181 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.180 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.179 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.178 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.177 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.176 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.173 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.172 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.171 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.166 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.165 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.161 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.162 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.160 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.159 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.158 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.157 app/views/ish_manager/application/_meta.haml