OSDN Git Service

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