OSDN Git Service

w
[pettanr/pettanr.git] / app / views / panels / index.html.erb
index cac4b55..46cf3f3 100644 (file)
@@ -2,7 +2,5 @@
 <% @panels.each do |panel| %>
   <%= render 'standard', :panel => panel, :author => @author %>
 <% end %>
-<%= link_to 'open form', new_panel_path, :remote => true %>
-  <div id="newpanel">
-    ...
-  </div>
+<%= paginate(@paginate) %>
+<%= link_to t('panels.new.title'), new_panel_path %>