OSDN Git Service

t#30009:fix views
[pettanr/pettanr.git] / app / views / panels / show.html.erb
1 <h1>コマの表示</h1>
2 <p id="notice"><%= notice %></p>
3 <%= render 'standard', :panel => @panel, :author => @author %>
4
5 <%= link_to 'Back', panels_path %>