OSDN Git Service

fix:server
[pettanr/pettanr.git] / app / views / ground_colors / show.html.erb
index 0b9b3d0..380f423 100644 (file)
@@ -1,54 +1,12 @@
 <h1><%= t('.title') %></h1>
 <p id="notice"><%= notice %></p>
 
-<%= render 'panel_pictures/standard', :panel => @ground_color.panel, :author => @author, :spot => @ground_color %>
+<%= render 'panel_pictures/standard', :panel => @ground_color.panel, :operators => @operators, :spot => @ground_color %>
 
 <p>
   <b><%= t_m 'GroundColor.caption' -%>:</b>
   <%= 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 %>
-
-<%= render 'panels/element_copy', :element => @ground_color, :author => @author %>