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

<%= notice %>

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

<%= t_m 'GroundPicture.caption' -%>: <%= h @ground_picture.caption %>

<%= t_m 'GroundPicture.z' -%>: <%= @ground_picture.z %>

<%= t_m 'GroundPicture.repeat' -%>: <%= @ground_picture.repeat %>

<%= t_m 'GroundPicture.x' -%>: <%= @ground_picture.x %>

<%= t_m 'GroundPicture.y' -%>: <%= @ground_picture.y %>

<%= t_m 'GroundPicture.created_at' -%>: <%= l @ground_picture.created_at %>

<%= t_m 'GroundPicture.updated_at' -%>: <%= l @ground_picture.updated_at %>

<%= link_to t('link.edit'), edit_ground_picture_path(@ground_picture) %> <%= link_to t('link.destroy'), ground_picture_path(@ground_picture), :method => :delete %> <%= render 'copy', :ground_picture => @ground_picture, :author => @author %>