ish_manager 0.1.8.101 → 0.1.8.102

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
  SHA1:
3
- metadata.gz: a92da3273aeaf696648548a1780167efa911a32e
4
- data.tar.gz: b0e27b11b02f998817e1b608efdc15791913dd94
3
+ metadata.gz: 3378fc29f8e0fb2ee52a8306808e243d93364352
4
+ data.tar.gz: c95dab22724af775f9a5e06541080749facae9b1
5
5
  SHA512:
6
- metadata.gz: 8ef497505cd027fa15196eadf59ba3f9894f1686c5c0b658971d6070568644b54a319e956a1be4d79c2e0babc1735bf27128990d179c3f71ec69f255af94c4fb
7
- data.tar.gz: 7c7938f31ce94aa1fa2d0dcaf4aad34608bc665e267622fc74c4488a8552e91c6b0d40469d15570192a266914407dace61def55f9913a4c073be733d47e6c1ba
6
+ metadata.gz: fe463c485749c794462d189c319fd7a139aee2c0f4c3c64bdae1b72270a07bd42baf33546814bd13796154dcaa6b83a1c24a98e96695dd96700dfda005f630d7
7
+ data.tar.gz: 44c0a8dd91a10d25623b2307cfc541ad99fc47e31234323b2fde743b3990a9fdadbdd2fd77785425dde980ff0ae86ff8c2a0cf427aee2ad003b0a83cac1030d2
@@ -0,0 +1,15 @@
1
+
2
+ .manager--main-header
3
+ .container
4
+ .row
5
+ .col-sm-12
6
+ %i.fa.fa-compress.collapse-expand#collapseHeader
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
13
+ %ul.nav.nav-pills
14
+ %hr
15
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ish_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.101
4
+ version: 0.1.8.102
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox
@@ -187,6 +187,7 @@ files:
187
187
  - app/views/ish_manager/application/_form_errors.haml
188
188
  - app/views/ish_manager/application/_main_footer.haml
189
189
  - app/views/ish_manager/application/_main_header.haml~
190
+ - app/views/ish_manager/application/_main_header_.haml
190
191
  - app/views/ish_manager/application/_main_header_admin.haml
191
192
  - app/views/ish_manager/application/_main_header_guy.haml
192
193
  - app/views/ish_manager/application/_main_header_manager.html