There was an error while loading. Please reload this page.
2 parents 6eb76b2 + 32ba1fc commit a2eda14Copy full SHA for a2eda14
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