Sha256: 657fe80175ed9661a1b424b08c6463f711360d87f7a55cc65de0871e3b365d04

Contents?: true

Size: 790 Bytes

Versions: 44

Compression:

Stored size: 790 Bytes

Contents

%h5
  User Profiles (#{@user_profiles.count})
  = link_to '[+]', new_user_profile_path
 

- @user_profiles.each do |profile|
  .panel
    .panel-body
      .row
        .col-sm-4
          %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}
        .col-sm-8
          Shared galleries:<br />
          - profile.shared_galleries.unscoped.where( :is_trash => false ).each do |g|
            &gt; #{link_to g.name, gallery_path(g.galleryname)} <br />
            = render 'meta', :item => g
          

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
ish_manager-0.1.8.129 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.128 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.127 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.126 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.125 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.124 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.123 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.122 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.121 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.120 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.119 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.118 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.117 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.116 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.115 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.114 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.113 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.112 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.111 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.110 app/views/ish_manager/user_profiles/index.haml