OSDN Git Service

t#:
[pettanr/pettanr.git] / app / views / ground_colors / show.html.erb
1 <h1><%= t('.title') %></h1>
2 <p id="notice"><%= notice %></p>
3
4 <%= render 'panel_pictures/standard', :panel => @ground_color.panel, :operators => @operators, :spot => @ground_color %>
5
6 <p>
7   <b><%= t_m 'GroundColor.caption' -%>:</b>
8   <%= h @ground_color.caption %>
9 </p>
10
11 <%= link_to t('link.edit'), edit_ground_color_path(@ground_color) %>
12 <%= link_to t('link.destroy'), ground_color_path(@ground_color), :method => :delete %>
13
14 <%= render 'panels/element_copy', :element => @ground_color, :operators => @operators %>