Sha256: ccaea82a0d69b79b4058230c5642742f07a988c36b1be53cba96ece2e328efbd

Contents?: true

Size: 410 Bytes

Versions: 4

Compression:

Stored size: 410 Bytes

Contents

%h1
  User Profiles (#{@user_profiles.count})
  = link_to '[+]', new_user_profile_path
 
%ul
  - @user_profiles.each do |profile|
    .panel
      %ul
        %li= link_to '[edit]', edit_user_profile_path( profile )
        %li <b>Email:</b> #{profile.email}
        %li <b>Name:</b> #{profile.name}
        %li <b>Role:</b> #{profile.role_name}
        %li <b>User.email:</b> #{profile.user.email}
      %br

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ish_manager-0.1.8.60 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.59 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.58 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.57 app/views/ish_manager/user_profiles/index.haml