Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ccjr committed Apr 20, 2010
1 parent 5ea66b4 commit 615b0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/products/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1>Listing products</h1>

<%= render @products %>
<%= will_paginate @prodcuts %>
<%= will_paginate @products %>
<% if current_user and current_user.admin? %>
<%= link_to 'New Product', new_product_path %>
Expand Down

0 comments on commit 615b0bb

Please sign in to comment.