ish_manager 0.1.8.205 → 0.1.8.206
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0fd1be840fd507f350cfc75d8c4c267709e94f31a5f41d251a543565e7a67bcf
|
4
|
+
data.tar.gz: b96ab99b2937d56799cd4c7e3de1dfacc823b0aaab961d4fab85667e32bd0406
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db6068530e44db76e82ac301f5a14e8cec2c8e42beebdf9d3a9175485448af4b25775029f380fce5cc3bb7035146c4aa7fdee674ae42d0e6398ec049d85d9dca
|
7
|
+
data.tar.gz: 86c4f0ea86fdd93c63f0efc2b412c9e2301db9807299e1f43a83f85c01b51945492fc1c9b4df8927b52b58f57cad8ba644d035c45451ea2d9de2de60c96314c6
|
@@ -25,7 +25,8 @@ class IshManager::Ability
|
|
25
25
|
#
|
26
26
|
if user.profile && [ :admin, :manager ].include?( user.profile.role_name )
|
27
27
|
|
28
|
-
can [ :create_newsitem, :show, :new_feature, :create_feature
|
28
|
+
can [ :create_newsitem, :show, :new_feature, :create_feature,
|
29
|
+
:index, :new, :create, :edit, :update ], City
|
29
30
|
can [ :manage ], ::CoTailors
|
30
31
|
|
31
32
|
can [ :new ], ::Feature
|
data/app/views/ish_manager/application/{_main_header_manager.html → _main_header_manager.haml}
RENAMED
@@ -5,11 +5,12 @@
|
|
5
5
|
.col-sm-12
|
6
6
|
%i.fa.fa-compress.collapse-expand#collapseHeader
|
7
7
|
.content
|
8
|
-
|
9
|
-
%
|
10
|
-
|
11
|
-
|
12
|
-
|
8
|
+
-#
|
9
|
+
%ul.nav.nav-pills
|
10
|
+
%li{ :class => params[:controller] == 'ish_manager/galleries' ? 'active' : '' }= link_to 'Galleries', galleries_path
|
11
|
+
%li{ :class => params[:controller] == 'ish_manager/reports' ? 'active' : '' }= link_to 'Reports', reports_path
|
12
|
+
%li{ :class => params[:controller] == 'ish_manager/videos' ? 'active' : '' }= link_to 'Videos', videos_path
|
13
|
+
%li{ :class => params[:controller] == 'ish_manager/friends ' ? 'active' : '' }= link_to 'Friends', friends_path
|
13
14
|
%ul.nav.nav-pills
|
14
15
|
%li{ :class => params[:controller] == 'ish_manager/cities' ? 'active' : '' }= link_to 'Cities', cities_path
|
15
16
|
%li{ :class => params[:controller] == 'ish_manager/events' ? 'active' : '' }= link_to 'Events', events_path
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ish_manager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.8.
|
4
|
+
version: 0.1.8.206
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- piousbox
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-03-
|
11
|
+
date: 2020-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -227,7 +227,7 @@ files:
|
|
227
227
|
- app/views/ish_manager/application/_main_header_.haml
|
228
228
|
- app/views/ish_manager/application/_main_header_admin.haml
|
229
229
|
- app/views/ish_manager/application/_main_header_guy.haml
|
230
|
-
- app/views/ish_manager/application/_main_header_manager.
|
230
|
+
- app/views/ish_manager/application/_main_header_manager.haml
|
231
231
|
- app/views/ish_manager/application/_meta.haml
|
232
232
|
- app/views/ish_manager/application/_profile_pic.haml
|
233
233
|
- app/views/ish_manager/application/home.haml
|