OSDN Git Service

fix manifest/system_resource
[pettanr/pettanr.git] / app / views / ground_pictures / show.html.erb
index 51e0115..c4fcd31 100644 (file)
@@ -1,3 +1,14 @@
 <h1><%= t('.title') %></h1>
 <p id="notice"><%= notice %></p>
 
+<%= render 'panel_pictures/standard', :panel => @ground_picture.panel, :operators => @operators, :spot => @ground_picture %>
+
+<p>
+  <b><%= t_m 'GroundPicture.caption' -%>:</b>
+  <%= h @ground_picture.caption %>
+</p>
+
+<%= link_to t('link.edit'), edit_ground_picture_path(@ground_picture) %>
+<%= link_to t('link.destroy'), ground_picture_path(@ground_picture), :method => :delete %>
+
+<%= render 'panels/element_copy', :element => @ground_picture, :operators => @operators %>