OSDN Git Service

a46a178c94664703947907920c32fe54c941a64b
[pettanr/pettanr.git] / app / views / panels / index.html.erb
1 <h1>Listing panels 最近の投稿</h1>
2 <% @panels.each do |panel| %>
3   <%= render 'standard', :panel => panel, :author => @author %>
4 <% end %>
5 <%= link_to 'open form', new_panel_path, :remote => true %>
6   <div id="newpanel">
7     ...
8   </div>