Sha256: 54d3bdb315e4bc47e6927561d2b90955bded77d34d0b8e5c7a6f63c5d93ed792

Contents?: true

Size: 474 Bytes

Versions: 22

Compression:

Stored size: 474 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 ? profile.user.email : nil}
        %li <b>About:</b> #{profile.about}
      %br

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
ish_manager-0.1.8.82 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.81 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.80 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.79 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.78 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.77 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.76 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.75 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.74 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.73 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.72 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.71 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.70 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.69 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.68 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.67 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.66 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.65 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.64 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.63 app/views/ish_manager/user_profiles/index.haml