Sha256: 86c66a72d63134603ee8beb3e4d4c601142a008f72456485cb6a7479df404057

Contents?: true

Size: 456 Bytes

Versions: 36

Compression:

Stored size: 456 Bytes

Contents

.user-profiles-show.max-width
  .header
    %h2.title Profile #{@profile.email}

  .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.inspect
        = payment.item&.inspect

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
ish_manager-0.1.8.434 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.433 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.432 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.431 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.430 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.429 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.428 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.427 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.426 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.425 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.424 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.423 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.422 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.421 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.420 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.419 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.418 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.417 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.416 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.415 app/views/ish_manager/user_profiles/show.haml