OSDN Git Service

Merge branch 'v05' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v05
[pettanr/pettanr.git] / app / views / authors / panels.html.erb
1 <h1><%= t '.title' -%></h1>
2 <% @panels.each do |panel| %>
3   <%= render 'panels/standard', :panel => panel, :author => @author %>
4 <% end %>
5 <%= link_to t('panels.new.title'), new_panel_path %>