Sha256: 6971e08aa3a3fd9c43b8f997abf133e8fef22d4525f534fda9fbdfba80e3da00

Contents?: true

Size: 513 Bytes

Versions: 11

Compression:

Stored size: 513 Bytes

Contents

.user-profiles-show.max-width
  .header
    %h2.title Profile `#{@profile.email}`
  %ul
    %li <b>Leadset:</b> #{link_to @profile.leadset.name, leadset_path(@profile.leadset)}

  .newsitems
    .title Newsitems (#{@profile.newsitems.length})
    - @profile.newsitems.each do |newsitem|
      = render 'ish_manager/newsitems/show', newsitem: newsitem

  .premium-purchases
    Payments (purchased items) (#{@profile.payments.length}):
    - @profile.payments.each do |payment|
      .Card.item
        = payment

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
ish_manager-0.1.8.513 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.512 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.511 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.510 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.509 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.508 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.507 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.506 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.505 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.504 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.503 app/views/ish_manager/user_profiles/show.haml