ish_manager 0.1.8.205 → 0.1.8.206

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b73f5999dc728ddd450f9601fd15f3af91737dd2abf7e9e2ec4b5bb5d7eef6b
4
- data.tar.gz: 4e958b45142d75402545d37aa8f0b0e40003e78a5f92b1cec2e61936792e6d7f
3
+ metadata.gz: 0fd1be840fd507f350cfc75d8c4c267709e94f31a5f41d251a543565e7a67bcf
4
+ data.tar.gz: b96ab99b2937d56799cd4c7e3de1dfacc823b0aaab961d4fab85667e32bd0406
5
5
  SHA512:
6
- metadata.gz: d217917055eb983cadfb565badfbf3f8f6e4cb235f531ec801459a1ed041c3249cf617a46c461aa250a21999d3d6298b4f38574b9c464d61f1d71aaf5414143b
7
- data.tar.gz: 42fc85ff92c336e378ef0a83795397d7dfdf5ef38dc836d141d5e1bc694e6596778652684a8a9e71a7126e373e1b8bf7b5a6a15508628225b858945efb00da6e
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 ], ::City
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
@@ -5,11 +5,12 @@
5
5
  .col-sm-12
6
6
  %i.fa.fa-compress.collapse-expand#collapseHeader
7
7
  .content
8
- %ul.nav.nav-pills
9
- %li{ :class => params[:controller] == 'ish_manager/galleries' ? 'active' : '' }= link_to 'Galleries', galleries_path
10
- %li{ :class => params[:controller] == 'ish_manager/reports' ? 'active' : '' }= link_to 'Reports', reports_path
11
- %li{ :class => params[:controller] == 'ish_manager/videos' ? 'active' : '' }= link_to 'Videos', videos_path
12
- %li{ :class => params[:controller] == 'ish_manager/friends ' ? 'active' : '' }= link_to 'Friends', friends_path
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.205
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-01 00:00:00.000000000 Z
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.html
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