template_form 0.4.10 → 0.4.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/template_form/templates/bulma/select_input.html.erb +1 -1
- data/lib/template_form/templates/bulma_horizontal/grouped_select_input.html.erb +2 -2
- data/lib/template_form/templates/bulma_horizontal/select_input.html.erb +2 -2
- data/lib/template_form/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5a4bc1f34ec5b0859e85ef9f7498e7b046d6170efe43b1430f90f73236169465
|
4
|
+
data.tar.gz: f565a7cd6a57955f54166187089ca8fd9b059c90aa040fc9e6d5ab3737e83e01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12262a1cc6705af18da516bff6c04d3ab232c2cdc5c590c52c2a9944221ee4e91f997eed382226a6c90888e4035e5d637335554e2d8b05ead73bb1fe293b877b
|
7
|
+
data.tar.gz: 28f0be6a652e070969a1610187894ffcc0db7bed86e70741e1db3d73915e566410426534f6f3e4b593642ef90ba6a1b87d98ef5875e9d01ed8b386f1dc73f6ae
|
@@ -1,7 +1,7 @@
|
|
1
|
-
<div class="field is-horizontal <%=
|
1
|
+
<div class="field is-horizontal <%= html_options.delete(:field_class) %>">
|
2
2
|
|
3
3
|
<% if has_label %>
|
4
|
-
<div class="field-label <%=
|
4
|
+
<div class="field-label <%= html_options.delete(:field_label_class) || 'is-normal' %>">
|
5
5
|
<%- label_options[:class] << ' label' %>
|
6
6
|
<%- label_options[:class] << ' required' if html_options.delete(:required) %>
|
7
7
|
<%= label attribute_name, label_text, label_options %>
|
@@ -1,7 +1,7 @@
|
|
1
|
-
<div class="field is-horizontal <%=
|
1
|
+
<div class="field is-horizontal <%= html_options.delete(:field_class) %>">
|
2
2
|
|
3
3
|
<% if has_label %>
|
4
|
-
<div class="field-label <%=
|
4
|
+
<div class="field-label <%= html_options.delete(:field_label_class) || 'is-normal' %>">
|
5
5
|
<%- label_options[:class] << ' label' %>
|
6
6
|
<%- label_options[:class] << ' required' if html_options.delete(:required) %>
|
7
7
|
<%= label attribute_name, label_text, label_options %>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: template_form
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andy Stewart
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionpack
|