app/views/fields/text/_form.html.erb in administrate-0.1.2 vs app/views/fields/text/_form.html.erb in administrate-0.1.3
- old
+ new
@@ -12,7 +12,11 @@
A wrapper around the Text pulled from the database.
[1]: http://www.rubydoc.info/gems/administrate/Administrate/Field/Text
%>
-<%= f.label field.attribute %>
-<%= f.text_area field.attribute %>
+<div class="field-unit__label">
+ <%= f.label field.attribute %>
+</div>
+<div class="field-unit__field">
+ <%= f.text_area field.attribute %>
+</div>