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

<%= notice %>

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

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

<%= 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, :operators => @operators %>