Sha256: c0914aec6a9f700eff426bbda11abaf9c5eb508e6594fc4d2a9ffd82f7737de8

Contents?: true

Size: 684 Bytes

Versions: 17

Compression:

Stored size: 684 Bytes

Contents

.meta
  - if defined?(item.premium_tier) && item.premium_tier > 0
    <b>$#{item.premium_tier}</b>
  <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

17 entries across 17 versions & 1 rubygems

Version Path
ish_manager-0.1.8.209 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.208 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.207 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.206 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.205 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.204 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.203 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.202 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.201 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.200 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.199 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.198 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.197 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.196 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.195 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.194 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.193 app/views/ish_manager/application/_meta.haml