OSDN Git Service

t#2334:add gc offset
[pettanr/pettanr.git] / app / views / ground_colors / show.html.erb
index e7fec19..0b9b3d0 100644 (file)
@@ -9,6 +9,21 @@
 </p>
 
 <p>
+  <b><%= t_m 'GroundColor.orientation' -%>:</b>
+  <%= t_selected_item('ground_color_orientation_items', @ground_color.orientation) %>
+</p>
+
+<p>
+  <b><%= t_m 'GroundColor.xy' -%>:</b>
+  <%= @ground_color.xy %>
+</p>
+
+<p>
+  <b><%= t_m 'GroundColor.wh' -%>:</b>
+  <%= @ground_color.wh %>
+</p>
+
+<p>
   <b><%= t_m 'GroundColor.z' -%>:</b>
   <%= @ground_color.z %>
 </p>