biola_wcms_components 0.18.0 → 0.18.1

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: a9bb27b429697559d26500a1762637eefeebd945
4
- data.tar.gz: aaa5605ca103c18177b000f482dcc66d04c8ccf4
3
+ metadata.gz: 1bdbcd07d32850d019054bc9cd87a61382666834
4
+ data.tar.gz: abfe1ee56c0b317ad0b38d9ab972c30c898545e9
5
5
  SHA512:
6
- metadata.gz: edbbbc1ae62cfdf0418e5707d703033bc467d8712c6986a6b926cfd7748c15cf2c04491a7082fd8b9e40e2cb50266019d6a0bd098556657d9adc16b0c1d93838
7
- data.tar.gz: 36aefa4292820ede7a893f6471e69e01579ba38a48aa009fd11e2ccd70a05b95ce06682ab905e0ea6fb1d10dbc356806b2b0f2009ae743cef44782b88858ba9f
6
+ metadata.gz: 15c789d5a03dc04223015c2bf62d3961d2c804b9cc444668b107ced5d0f6714ac5173a80dd27e1ae1bc99a4fed785c87604b130056799039361f2eed58edcea3
7
+ data.tar.gz: eba8635a02a359d07a6e8d01f509c11ae207e770ad458e0d6e277356e231d1bceeeee32028e3d701fcf99014a78771aac592fad601d9ea9092f371f18276cd98
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ### Master (unreleased)
4
4
 
5
+ ### 0.18.1
6
+
7
+ * Updating site nav to let you set the text for the menu dropdown.
8
+
5
9
  ### 0.18.0
6
10
 
7
11
  * collection select can set include blank with a message
@@ -14,6 +14,7 @@
14
14
  /
15
15
 
16
16
  ruby:
17
+ site_name ||= "Menu" # This will be "WCMS" or "News Publisher", etc.
17
18
  menu ||= []
18
19
  default_crumbs = []
19
20
 
@@ -31,11 +32,11 @@ ruby:
31
32
  #wcms_site_navigation
32
33
  .container
33
34
  = link_to fa_icon('home'), '/', class: 'top-nav-link'
34
-
35
+
35
36
  - if menu.present?
36
37
  i class='fa fa-angle-right'
37
38
  .dropdown.custom-dropdown
38
- a.dropdown-toggle href='#' data-toggle='dropdown' role='button' Menu
39
+ a.dropdown-toggle href='#' data-toggle='dropdown' role='button' = site_name
39
40
  ul.dropdown-menu
40
41
  - menu.each do |link|
41
42
  = nav_link(link[:body], link[:url])
@@ -1,3 +1,3 @@
1
1
  module BiolaWcmsComponents
2
- VERSION = "0.18.0"
2
+ VERSION = "0.18.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: biola_wcms_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.18.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Hall
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-09 00:00:00.000000000 Z
11
+ date: 2015-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ace-rails-ap