OSDN Git Service

add editor
[pettanr/pettanr.git] / app / views / panels / _standard.html.erb
index 02c0dfd..4730d12 100644 (file)
@@ -1,4 +1,6 @@
-<%= render 'panels/body', :panel => panel, :author => author %>
-<%= render 'panels/footer', :panel => panel, :author => author %>
+<b><%= t_m 'Panel.caption' -%>:</b>
+<%= h(panel.caption) %>
+<%= render 'panels/body', :panel => panel, :operators => operators, :spot => nil %>
+<%= render 'panels/footer', :panel => panel, :operators => operators %>
 <%= render 'panels/licensed_pictures', :licensed_pictures => panel.licensed_pictures %>