<%= 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.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 %> <% if @author and @author.working? -%>

<%= t('home.index.catch') -%>

<%= link_to panel_icon(:object => @author.working_panel, :size => 25), panel_path(@author.working_panel) %> <%= link_to @author.working_panel.caption, main_app.panel_path(@author.working_panel) %>

<%= link_to t('resource_pictures.add_to_panel_for_ground_color'), main_app.new_ground_color_path(:code => @ground_color.code) %>

<% end -%>