Sha256: 6592bf00d85ae29f24a8baa85c01aafbd6bca77527da9640ab73a4578dcecfd5

Contents?: true

Size: 677 Bytes

Versions: 52

Compression:

Stored size: 677 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.tags
    <b>Tags:</b> #{ item.tags.map(&:name).join(', ') }
  - 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

52 entries across 52 versions & 1 rubygems

Version Path
ish_manager-0.1.8.263 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.261 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.260 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.259 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.258 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.257 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.256 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.255 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.254 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.253 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.252 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.251 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.250 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.249 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.248 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.247 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.246 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.245 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.244 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.243 app/views/ish_manager/application/_meta.haml