There was an error while loading. Please reload this page.
1 parent 15be199 commit 32ba1fcCopy full SHA for 32ba1fc
app/views/cms/content_block/_sidebar.html.erb
@@ -12,7 +12,7 @@
12
<ul class="unstyled">
13
<h4 class="gray">Changes will affect:</h4>
14
<% @block.connected_pages.each do |page| %>
15
- <li><%= link_to page.name, page_path(page), target: "_blank" %></li>
+ <li><%= link_to page.name, cms.page_path(page), target: "_blank" %></li>
16
<% end %>
17
</ul>
18
0 commit comments