hobo_bootstrap 2.0.0.pre9 → 2.0.0.pre10
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/VERSION +1 -1
- data/taglibs/nav.dryml +1 -1
- metadata +3 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.0.0.
|
|
1
|
+
2.0.0.pre10
|
data/taglibs/nav.dryml
CHANGED
|
@@ -108,7 +108,7 @@ This is a simple tag - just look at the source if you need to know more detail.
|
|
|
108
108
|
<li if="&Rails.env.development?" param="dev-user-changer"><dev-user-changer/></li>
|
|
109
109
|
<if test="&logged_in?">
|
|
110
110
|
<li class='nav-item' param="logged-in-as"><a to="¤t_user"><t key="hobo.actions.logged_in_as" name="&name">Logged in as <name/></t></a></li>
|
|
111
|
-
<li class='nav-item' param="account"><a action="account"><t key="hobo.actions.account">Account</t></a></li>
|
|
111
|
+
<li class='nav-item' param="account"><a to="¤t_user" subsite="" action="account"><t key="hobo.actions.account">Account</t></a></li>
|
|
112
112
|
<li class='nav-item' param="log-out"><a href="&logout_url"><t key="hobo.actions.logout">Log out</t></a></li>
|
|
113
113
|
</if>
|
|
114
114
|
<else>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hobo_bootstrap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.0.
|
|
4
|
+
version: 2.0.0.pre10
|
|
5
5
|
prerelease: 6
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-02-
|
|
12
|
+
date: 2013-02-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: hobo
|
|
@@ -143,9 +143,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
143
143
|
version: 1.3.6
|
|
144
144
|
requirements: []
|
|
145
145
|
rubyforge_project: hobo
|
|
146
|
-
rubygems_version: 1.8.
|
|
146
|
+
rubygems_version: 1.8.23
|
|
147
147
|
signing_key:
|
|
148
148
|
specification_version: 3
|
|
149
149
|
summary: A bootstrap based theme for Hobo
|
|
150
150
|
test_files: []
|
|
151
|
-
has_rdoc:
|