Sha256: d0a917662c69c52e11a87590b5f27e6c3b6543eaa403e48a213d2de8c2f5db9f

Contents?: true

Size: 336 Bytes

Versions: 18

Compression:

Stored size: 336 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 Email: #{profile.email}
        %li Name: #{profile.name}
        %li Role: #{profile.role_name}
      %br

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
ish_manager-0.1.8.56 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.55 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.54 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.53 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.52 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.51 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.50 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.49 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.47 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.46 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.45 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.44 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.43 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.41 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.40 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.39 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.38 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.37 app/views/ish_manager/user_profiles/index.haml