OSDN Git Service

t#:
[pettanr/pettanr.git] / app / views / ground_colors / show.html.erb
index bbd11a0..a2bc17d 100644 (file)
@@ -8,46 +8,6 @@
   <%= h @ground_color.caption %>
 </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>
-
-<p>
-  <b><%= t_m 'GroundColor.t' -%>:</b>
-  <%= @ground_color.t %>
-</p>
-
-<p>
-  <b><%= t_m 'GroundColor.code' -%>:</b>
-  <%= @ground_color.code %>
-</p>
-
-<p>
-  <b><%= t_m 'GroundColor.created_at' -%>:</b>
-  <%= l @ground_color.created_at %>
-</p>
-
-<p>
-  <b><%= t_m 'GroundColor.updated_at' -%>:</b>
-  <%= l @ground_color.updated_at %>
-</p>
-
 <%= link_to t('link.edit'), edit_ground_color_path(@ground_color) %>
 <%= link_to t('link.destroy'), ground_color_path(@ground_color), :method => :delete %>