Skip to content

Commit

Permalink
Merge pull request #701 from andyoll/use_cms_namespace_on_path
Browse files Browse the repository at this point in the history
fix sidebar for content edit view - use namespace prefix with routing he...
  • Loading branch information
peakpg committed Mar 11, 2014
2 parents 6eb76b2 + 32ba1fc commit a2eda14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/cms/content_block/_sidebar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ul class="unstyled">
<h4 class="gray">Changes will affect:</h4>
<% @block.connected_pages.each do |page| %>
<li><%= link_to page.name, page_path(page), target: "_blank" %></li>
<li><%= link_to page.name, cms.page_path(page), target: "_blank" %></li>
<% end %>
</ul>
<% end %>
Expand Down

0 comments on commit a2eda14

Please sign in to comment.