custom-attributes 0.2.26 → 0.2.27

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 CHANGED
@@ -1 +1 @@
1
- 0.2.26
1
+ 0.2.27
@@ -95,7 +95,7 @@ module Formtastic
95
95
  @supported_attribute_types[storage_type] = attribute_human_name
96
96
  @supported_attribute_templates << content_tag(
97
97
  :fieldset, content_tag(
98
- :legend, self.label(:custom_attributes, :label => association.klass.model_name.human(:count => 2)), :class => 'label'
98
+ :legend, self.label(:custom_attributes, :label => association.klass.model_name.human(:count => 2)), :class => 'label custom-attribute-group'
99
99
  ) << content_tag(:ol, Formtastic::Util.html_safe(value_fields.join)),
100
100
  :'data-attribute-type' => storage_type
101
101
  )
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: custom-attributes
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.26
5
+ version: 0.2.27
6
6
  platform: ruby
7
7
  authors:
8
8
  - Matthijs Groen