ish_manager 0.1.8.223 → 0.1.8.224
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/ish_manager/user_profiles/index.haml +1 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 17ef25f7e30757abd440718a014ccc6c01e6358bc225ab7a43235dc64cefd15b
|
4
|
+
data.tar.gz: aeed4163d947a42ebc86b63a732899c9b0f2ea95fd21ab42662d3a5cac4e3765
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6b1a8b719762cc760d79025901245a30e6ef1e67e3d5be093c2fab960596e3f79692459d69a50f6253e933fd892ced4d6c0c49d00f7243652f378b5109e3914
|
7
|
+
data.tar.gz: 9b52b74a65ab93bc63fbbf22b79185440a69c6aaad01fe90d6500a0e4ac23045c1191be9dbb71dff6cbaaa11f62a25621a555bd2fe4acfb1b7b8bf50ecb57b3c
|
@@ -2,7 +2,7 @@
|
|
2
2
|
%h5
|
3
3
|
User Profiles (#{@user_profiles.count})
|
4
4
|
= link_to '[+]', new_user_profile_path
|
5
|
-
|
5
|
+
|
6
6
|
|
7
7
|
- @user_profiles.each do |profile|
|
8
8
|
.panel
|
@@ -17,7 +17,6 @@
|
|
17
17
|
%li <b>Role:</b> #{profile.role_name}
|
18
18
|
%li <b>User.email:</b> #{profile.user ? profile.user.email : nil}
|
19
19
|
%li <b>City:</b> #{profile.current_city ? profile.current_city.name : nil}
|
20
|
-
%li <b>About:</b> #{profile.about}
|
21
20
|
.col-sm-8
|
22
21
|
%h5 Shared galleries
|
23
22
|
- profile.shared_galleries.unscoped.where( :is_trash => false ).each do |g|
|