hobo_clean 1.4.0.pre8 → 2.0.0.pre1
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
- data/vendor/assets/stylesheets/clean.css.erb +3 -0
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2.0.0.pre1
|
data/taglibs/nav.dryml
CHANGED
|
@@ -106,7 +106,7 @@ This is a simple tag - just look at the source if you need to know more detail.
|
|
|
106
106
|
</if>
|
|
107
107
|
<else>
|
|
108
108
|
<li class='nav-item' param="log-in"><a href="&login_url"><t key="hobo.actions.login">Log in</t></a></li>
|
|
109
|
-
<li if="&
|
|
109
|
+
<li if="&signup_users_path rescue nil" class="nav-item" param="sign-up"><a href="&signup_users_path"><t key="hobo.actions.signup">Sign up</t></a></li>
|
|
110
110
|
</else>
|
|
111
111
|
</ul>
|
|
112
112
|
</do>
|
|
@@ -82,6 +82,9 @@ input.file_upload {
|
|
|
82
82
|
.button:hover {cursor: pointer;}
|
|
83
83
|
form .actions {_zoom: 1; overflow: hidden; font-size: 11px;}
|
|
84
84
|
form .actions input { margin: 0; }
|
|
85
|
+
form.button_to {display: inline;}
|
|
86
|
+
div.hidden-fields {display: inline;}
|
|
87
|
+
form.button_to div {display: inline;}
|
|
85
88
|
|
|
86
89
|
.flash {
|
|
87
90
|
margin: 0 40px 10px; padding: 10px 30px; border-width: 2px 0;
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hobo_clean
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 2.0.0.pre1
|
|
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: 2012-
|
|
12
|
+
date: 2012-09-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: hobo
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - '='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version:
|
|
21
|
+
version: 2.0.0.pre1
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - '='
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version:
|
|
29
|
+
version: 2.0.0.pre1
|
|
30
30
|
description: ! 'This gem is a Hobo plugin that implements the default Hobo theme.
|
|
31
31
|
|
|
32
32
|
'
|