Sha256: 4c1a36937f64f2228c9bcd83404554367e67a22f0300f6970078b724bd0d0c9c

Contents?: true

Size: 394 Bytes

Versions: 14

Compression:

Stored size: 394 Bytes

Contents

.user-profiles--show
  %ul
    %li
      User profile: #{@user_profile.inspect}
    %li
      Purchased Items:
      %ul
        - @user_profile.premium_purchases.each do |purchase|
          %li
            -# = purchase.item_type.constantize.find(purchase.item_id).inspect
            = render 'ish_manager/reports/show_mini', report: purchase.item_type.constantize.find(purchase.item_id)


Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
ish_manager-0.1.8.258 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.257 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.256 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.255 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.254 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.253 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.252 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.251 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.250 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.249 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.248 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.247 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.246 app/views/ish_manager/user_profiles/show.haml
ish_manager-0.1.8.245 app/views/ish_manager/user_profiles/show.haml