formtastic_rebootstrap 0.0.1 → 0.0.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a558db182815b2dff59c2a3e73120887706481a8
|
|
4
|
+
data.tar.gz: 1c92965f17a24ca80b73ad60072a7c062b681222
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 497e33b0670879272f6c4e775b412a6c1b578acacae4ced82d6d95a0435b4d34ddaa60e98c04645106d82998ea611cca68b17de6ddec1a59fab7276c98b7cc6c
|
|
7
|
+
data.tar.gz: ae4a286b5715fe570f97254cdea8a4e6272ac2f79755bca01555e973205f7ec04efd76519eb079ce908a1042cb52e77f3fe98829de6e08cc47c6d131786820f1
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
|
@@ -26,7 +26,7 @@ module FormtasticRebootstrap
|
|
|
26
26
|
row_wrapping do
|
|
27
27
|
fragments.map do |fragment|
|
|
28
28
|
fragment_html(fragment.to_sym)
|
|
29
|
-
end.join.html_safe
|
|
29
|
+
end.join('<label class="col-form-label">:</label>').html_safe
|
|
30
30
|
end
|
|
31
31
|
end
|
|
32
32
|
end
|
|
@@ -34,7 +34,7 @@ module FormtasticRebootstrap
|
|
|
34
34
|
def row_wrapping(&block)
|
|
35
35
|
template.content_tag(:div,
|
|
36
36
|
template.capture(&block).html_safe,
|
|
37
|
-
:class => 'row md-pl-3'
|
|
37
|
+
:class => 'form-row md-pl-3'
|
|
38
38
|
)
|
|
39
39
|
end
|
|
40
40
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
module FormtasticRebootstrap
|
|
2
2
|
module Inputs
|
|
3
|
-
class DatePickerInput < Formtastic::Inputs::
|
|
3
|
+
class DatePickerInput < Formtastic::Inputs::StringInput
|
|
4
4
|
include Base
|
|
5
5
|
include Base::Stringish
|
|
6
6
|
include Base::DatetimePickerish
|
|
7
7
|
end
|
|
8
8
|
end
|
|
9
|
-
end
|
|
9
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: formtastic_rebootstrap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marinus Swanepoel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-08-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: formtastic
|