Skip to content

Commit 32ba1fc

Browse files
author
Andy Olliver
committed
fix sidebar for content edit view - use namespace prefix with routing helper methods
1 parent 15be199 commit 32ba1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/cms/content_block/_sidebar.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ul class="unstyled">
1313
<h4 class="gray">Changes will affect:</h4>
1414
<% @block.connected_pages.each do |page| %>
15-
<li><%= link_to page.name, page_path(page), target: "_blank" %></li>
15+
<li><%= link_to page.name, cms.page_path(page), target: "_blank" %></li>
1616
<% end %>
1717
</ul>
1818
<% end %>

0 commit comments

Comments
 (0)