OSDN Git Service

t30350#:fix destroy
[pettanr/pettanr.git] / app / views / home / panel.html.erb
1 <h1><%= t '.title' -%></h1>
2 <p id="notice"><%= notice %></p>
3
4 <% @panels.each do |panel| %>
5   <div>
6     <%= render 'panels/standard', :panel => panel, :author => @author %>
7   </div>
8 <% end %>
9 <%= link_to t('panels.new.title'), new_panel_path %>