OSDN Git Service

#31540:try sort
[pettanr/pettanr.git] / app / views / panels / edit.html.erb
1 <h1><%= t '.title' -%></h1>
2 <p id="notice"><%= notice %></p>
3
4 <%= render 'panels/body', :panel => @panel, :author => @author, :spot => nil %>
5 <%= render 'form' %>
6 <%= link_to t('link.destroy'), panel_path(@panel), :method => :delete %>
7 <%= render 'panels/licensed_pictures', :licensed_pictures => @panel.licensed_pictures %>