OSDN Git Service

t#30009:fix views
[pettanr/pettanr.git] / app / views / home / panel.html.erb
1 <h1>Listing My panels</h1>
2
3 <% @panels.each do |panel| %>
4   <div>
5     <%= render 'panels/standard', :panel => panel, :author => @author %>
6   </div>
7 <% end %>