Sha256: 823bf3ac374aed3dcff4ee40715f5dc73eff477c9338f216b6005f123c13a69f

Contents?: true

Size: 933 Bytes

Versions: 26

Compression:

Stored size: 933 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>City:</b> #{profile.current_city ? profile.current_city.name : 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
      .row
        Address:
        = profile.addresses[0].inspect

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
ish_manager-0.1.8.162 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.160 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.159 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.158 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.157 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.156 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.155 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.154 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.153 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.152 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.151 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.150 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.149 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.148 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.147 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.146 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.145 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.144 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.143 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.142 app/views/ish_manager/user_profiles/index.haml