Sha256: 9991a412b251c5dd92847527874dab7393c0cbb3cfe135d1f89dcf868f9efe35

Contents?: true

Size: 219 Bytes

Versions: 8

Compression:

Stored size: 219 Bytes

Contents

%h1 User Profiles (#{@user_profiles.count})
 
%ul
  - @user_profiles.each do |profile|
    %li
       
      %ul
        %li= profile.email
        %li= profile.name
        %li= profile.fb_access_token
      %br

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ish_manager-0.1.8.36 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.35 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.34 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.33 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.32 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.31 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.30 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.29 app/views/ish_manager/user_profiles/index.haml