<%= t('.title') %>

<%= notice %>

<%= render 'panel_pictures/standard', :panel => @ground_color.panel, :author => @author, :spot => @ground_color %>

<%= t_m 'GroundColor.caption' -%>: <%= h @ground_color.caption %>

<%= t_m 'GroundColor.orientation' -%>: <%= t_selected_item('ground_color_orientation_items', @ground_color.orientation) %>

<%= t_m 'GroundColor.xy' -%>: <%= @ground_color.xy %>

<%= t_m 'GroundColor.wh' -%>: <%= @ground_color.wh %>

<%= t_m 'GroundColor.z' -%>: <%= @ground_color.z %>

<%= t_m 'GroundColor.t' -%>: <%= @ground_color.t %>

<%= t_m 'GroundColor.code' -%>: <%= @ground_color.code %>

<%= t_m 'GroundColor.created_at' -%>: <%= l @ground_color.created_at %>

<%= t_m 'GroundColor.updated_at' -%>: <%= l @ground_color.updated_at %>

<%= 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 %>