OSDN Git Service

t#30009:fix views
[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>