hobo_bootstrap 2.1.1 → 2.2.0
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/login.dryml +1 -1
- data/taglibs/page.dryml +2 -2
- data/taglibs/table-plus.dryml +1 -0
- metadata +24 -9
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.2.0
|
data/taglibs/login.dryml
CHANGED
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
<if test="&signup_url" class='nav-item'>
|
|
52
52
|
<t key="hobo.support.or">or</t> <a param="signup" href="&signup_url"><t key="hobo.login.signup">Sign up</t></a>
|
|
53
53
|
</if>
|
|
54
|
-
<if test="&forgot_password_url">or <a href="&forgot_password_url" param="forgot-password"><t key="hobo.login.forgot_password">Forgot your password?</t></a></if>
|
|
54
|
+
<if test="&forgot_password_url"><t key="hobo.support.or">or</t> <a href="&forgot_password_url" param="forgot-password"><t key="hobo.login.forgot_password">Forgot your password?</t></a></if>
|
|
55
55
|
</div>
|
|
56
56
|
|
|
57
57
|
</form>
|
data/taglibs/page.dryml
CHANGED
|
@@ -22,13 +22,13 @@ Attributes:
|
|
|
22
22
|
Make your choice global with:
|
|
23
23
|
|
|
24
24
|
<extend tag="page">
|
|
25
|
-
<old-page merge nav-location="sub"
|
|
25
|
+
<old-page merge nav-location="sub"/>
|
|
26
26
|
</extend>
|
|
27
27
|
|
|
28
28
|
-->
|
|
29
29
|
<def tag="page" attrs="title, full-title, nav-location, bottom-load-javascript, aside-location">
|
|
30
30
|
<% full_title ||= "#{title} : #{app_name}" %>
|
|
31
|
-
<html lang="
|
|
31
|
+
<html lang="#{I18n.locale}" merge-attrs>
|
|
32
32
|
<head param>
|
|
33
33
|
<title param><%= strip_tags full_title %></title>
|
|
34
34
|
<do param="stylesheets"><%# in Hobo <= 1.3, we had other stylesheets here. Now the asset pipeline is preferred. %>
|
data/taglibs/table-plus.dryml
CHANGED
|
@@ -5,6 +5,7 @@ Adds bootstrap styling to `<table-plus>`
|
|
|
5
5
|
<old-table-plus merge>
|
|
6
6
|
<table: class="table table-striped table-bordered" style="clear: both;"/>
|
|
7
7
|
<header: style="float: right;"/>
|
|
8
|
+
<actions-view:><bootstrap-table-actions/></actions-view:>
|
|
8
9
|
<search-filter:>
|
|
9
10
|
<search-form: class="form-search" remove-class="form-horizontal" style="display: inline;" />
|
|
10
11
|
<label: replace/>
|
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.
|
|
4
|
+
version: 2.2.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2015-09-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: hobo_jquery
|
|
16
|
-
requirement:
|
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,15 @@ dependencies:
|
|
|
21
21
|
version: '2.0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements:
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
26
|
+
requirements:
|
|
27
|
+
- - ! '>='
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '2.0'
|
|
25
30
|
- !ruby/object:Gem::Dependency
|
|
26
31
|
name: bootstrap-sass
|
|
27
|
-
requirement:
|
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
|
28
33
|
none: false
|
|
29
34
|
requirements:
|
|
30
35
|
- - ~>
|
|
@@ -32,10 +37,15 @@ dependencies:
|
|
|
32
37
|
version: '2.1'
|
|
33
38
|
type: :runtime
|
|
34
39
|
prerelease: false
|
|
35
|
-
version_requirements:
|
|
40
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
+
none: false
|
|
42
|
+
requirements:
|
|
43
|
+
- - ~>
|
|
44
|
+
- !ruby/object:Gem::Version
|
|
45
|
+
version: '2.1'
|
|
36
46
|
- !ruby/object:Gem::Dependency
|
|
37
47
|
name: hobo_will_paginate-bootstrap
|
|
38
|
-
requirement:
|
|
48
|
+
requirement: !ruby/object:Gem::Requirement
|
|
39
49
|
none: false
|
|
40
50
|
requirements:
|
|
41
51
|
- - ! '>='
|
|
@@ -43,7 +53,12 @@ dependencies:
|
|
|
43
53
|
version: '0'
|
|
44
54
|
type: :runtime
|
|
45
55
|
prerelease: false
|
|
46
|
-
version_requirements:
|
|
56
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
57
|
+
none: false
|
|
58
|
+
requirements:
|
|
59
|
+
- - ! '>='
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
version: '0'
|
|
47
62
|
description: A bootstrap based theme for Hobo
|
|
48
63
|
email: ignacio@ihuerta.net
|
|
49
64
|
executables: []
|
|
@@ -112,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
112
127
|
version: 1.3.6
|
|
113
128
|
requirements: []
|
|
114
129
|
rubyforge_project: hobo
|
|
115
|
-
rubygems_version: 1.8.
|
|
130
|
+
rubygems_version: 1.8.23
|
|
116
131
|
signing_key:
|
|
117
132
|
specification_version: 3
|
|
118
133
|
summary: A bootstrap based theme for Hobo
|