OSDN Git Service

t#30102:update i18n any
[pettanr/pettanr.git] / app / views / panels / index.html.erb
1 <h1><%= t '.title' -%></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>