Sha256: f1ec1f8f398f1354e78c9de0b73f308925cdb94c664654a5e129ea99fd9e85cd

Contents?: true

Size: 566 Bytes

Versions: 45

Compression:

Stored size: 566 Bytes

Contents

.meta

  <b>On</b> #{item.created_at.to_s[0...10]}
  - if item.user_profile
    <b>By:</b>
    = link_to item.user_profile.name, edit_user_profile_path( item.user_profile )

  - if item.tags.length > 0
    <b>Tags:</b> #{ item.tags.map(&:name).join(', ') }
  - if item.city
    <b>In City:</b> #{link_to item.city.name, city_path( item.city )}
  - if item.respond_to?( :venue ) && item.venue
    <b>Venue:</b>
    = link_to item.venue.name, venue_path( item.venue )

  - if defined?(item.premium_tier) && item.premium_tier > 0
    <b>Tier:$#{item.premium_tier}</b>

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
ish_manager-0.1.8.318 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.317 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.316 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.315 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.314 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.313 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.312 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.311 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.310 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.309 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.308 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.307 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.306 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.305 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.304 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.303 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.302 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.301 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.300 app/views/ish_manager/application/_meta.haml
ish_manager-0.1.8.299 app/views/ish_manager/application/_meta.haml