OSDN Git Service

t#31957:helperize
[pettanr/pettanr.git] / app / views / ground_colors / _form.html.erb
index 55f51a2..a42714d 100644 (file)
@@ -9,8 +9,10 @@
     <%= f.label :code %>
     <%= f.text_field :code, elm.field_tag_attributes(:code, no_attr, :size => 8) %>
     <% if elm.has_helper?(:code) %>
-      <%= render elm.form_helper_template(:code), :elm => elm, :no_attr => no_attr %>
-    <% end %>
+      <div class="ground_color-code-wrap">
+        <%= render elm.form_helper_template(:code), :elm => elm, :no_attr => no_attr %>
+      </div>
+   <% end %>
   </div>
   <div class="field">
     <%= f.label :z %>