Navigation Menu

Skip to content

Commit

Permalink
url fix for products
Browse files Browse the repository at this point in the history
  • Loading branch information
polomasta committed Apr 29, 2010
1 parent 5aec50b commit 4a6fff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/sitemap/index.html.erb
Expand Up @@ -23,7 +23,7 @@
<h3>Products</h3>
<ul>
<% @products.each do |product| %>
<li><%= link_to product.name, @public_dir + "/products/" + product.permalink %></li>
<li><%= link_to product.name, @public_dir + "products/" + product.permalink %></li>
<% end %>
</ul>
<% end %>

0 comments on commit 4a6fff0

Please sign in to comment.