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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef9fc6326ea7cd7210b165050888c8136bcdbba4e98e0a9a0d7b46adfb2d34af
4
- data.tar.gz: 759f0ef15e2c720380cb0c3fd61b49010300b5b8ea80148c4ab1bd1e4e1b151e
3
+ metadata.gz: 5a4bc1f34ec5b0859e85ef9f7498e7b046d6170efe43b1430f90f73236169465
4
+ data.tar.gz: f565a7cd6a57955f54166187089ca8fd9b059c90aa040fc9e6d5ab3737e83e01
5
5
  SHA512:
6
- metadata.gz: d1c8b97b56fa3c2f2bf18bed52361d345e7e850b165775f99b403ee5dee1e09301205af0b3ced5ab24bfc4a387879e6825c6c09e776600506f9dad78534c2745
7
- data.tar.gz: c375b7b0aa1505bb25f302c53e6a3e6cfa07bbc4a60b925084c6d1522ea9fe2c33c4d590f3dc201ae1e7835beee42c658833158f5b4cd3625a0b92f9e8db6387
6
+ metadata.gz: 12262a1cc6705af18da516bff6c04d3ab232c2cdc5c590c52c2a9944221ee4e91f997eed382226a6c90888e4035e5d637335554e2d8b05ead73bb1fe293b877b
7
+ data.tar.gz: 28f0be6a652e070969a1610187894ffcc0db7bed86e70741e1db3d73915e566410426534f6f3e4b593642ef90ba6a1b87d98ef5875e9d01ed8b386f1dc73f6ae
@@ -1,4 +1,4 @@
1
- <div class="field <%= options.delete(:field_class) %>">
1
+ <div class="field <%= html_options.delete(:field_class) %>">
2
2
 
3
3
  <% if has_label %>
4
4
  <%- label_options[:class] << ' label' %>
@@ -1,7 +1,7 @@
1
- <div class="field is-horizontal <%= options.delete(:field_class) %>">
1
+ <div class="field is-horizontal <%= html_options.delete(:field_class) %>">
2
2
 
3
3
  <% if has_label %>
4
- <div class="field-label <%= options.delete(:field_label_class) || 'is-normal' %>">
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 <%= options.delete(:field_class) %>">
1
+ <div class="field is-horizontal <%= html_options.delete(:field_class) %>">
2
2
 
3
3
  <% if has_label %>
4
- <div class="field-label <%= options.delete(:field_label_class) || 'is-normal' %>">
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,3 +1,3 @@
1
1
  module TemplateForm
2
- VERSION = "0.4.10"
2
+ VERSION = "0.4.11"
3
3
  end
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.10
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: 2024-10-14 00:00:00.000000000 Z
11
+ date: 2025-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionpack