Skip to content

Commit

Permalink
Update app/views/spree/static_content/_static_content_list.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Wagner committed Apr 16, 2012
1 parent 3fc734b commit 4c8879a
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,2 +1,2 @@
<% page_uri = spree_path == '/' ? page.slug : spree_path + page.slug %>
<% page_uri = app.spree_path == '/' ? page.slug : app.spree_path + page.slug %>
<li class=<%=(request.fullpath.gsub('//','/') == page_uri) ? 'current' : 'not'%>><%= link_to page.title, page_uri %></li>

0 comments on commit 4c8879a

Please sign in to comment.