semantic_navigation 0.0.2 → 0.0.2.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.
data/Changelog.md
CHANGED
@@ -36,13 +36,6 @@ SemanticNavigation::Configuration.run do |config|
|
|
36
36
|
#Define bread crumb classes
|
37
37
|
#config.breadcrumb_classes = "breadcrumb"
|
38
38
|
|
39
|
-
#That's how you can create your userbar menu
|
40
|
-
#config.userbar do |userbar|
|
41
|
-
# userbar.signin :controller => :session, :action => :signin, :if => current_user.nil?
|
42
|
-
# userbar.signout :controller => :session, :action => :signout, :if => !current_user.nil?
|
43
|
-
#end
|
44
|
-
#so you can use the helper 'render_userbar_menu' to render it.
|
45
|
-
|
46
39
|
#That's the creation of the `navigation` menu
|
47
40
|
#config.navigation {|n|
|
48
41
|
# n.dashboard 'Dashboard', :controller => :dashboard, :action => :index do |d|
|
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: semantic_navigation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 69
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
9
|
- 2
|
10
|
-
|
10
|
+
- 1
|
11
|
+
version: 0.0.2.1
|
11
12
|
platform: ruby
|
12
13
|
authors:
|
13
14
|
- Sergey Gribovski
|