OSDN Git Service

Merge branch 'v06sheet' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06sheet
[pettanr/pettanr.git] / app / views / ground_pictures / _form.html.erb
index 5422d57..206993e 100644 (file)
@@ -5,21 +5,33 @@
     <%= f.label :caption %>
     <%= f.text_field :caption, elm.field_tag_attributes(:caption, no_attr) %>
   </div>
+  <div class="row_break">
+  </div>
   <div class="field">
     <%= f.label :repeat %>
     <%= f.collection_select :repeat, t_select_items(MagicNumber['ground_picture_repeat_items']), *elm.select_tag_attributes(elm.repeat, :repeat, no_attr) %>
   </div>
+  <div class="row_break">
+  </div>
   <div class="field">
     <%= f.label :x %>
     <%= f.number_field :x, elm.field_tag_attributes(:x, no_attr, :size => 5) %>
-
+  </div>
+  <div class="row_break">
+  </div>
+  <div class="field">
     <%= f.label :y %>
     <%= f.number_field :y, elm.field_tag_attributes(:y, no_attr, :size => 5) %>
   </div>
+  <div class="row_break">
+  </div>
   <div class="field">
     <%= f.label :z %>
     <%= f.number_field :z, elm.field_tag_attributes(:z, no_attr, :size => 5) %>
-
+  </div>
+  <div class="row_break">
+  </div>
+  <div class="field">
     <%= f.label :t %>
     <%= f.number_field :t, elm.field_tag_attributes(:t, no_attr, :size => 5) %>
   </div>