app/views/posts/show.html.erb in devape_cms-0.1.7 vs app/views/posts/show.html.erb in devape_cms-0.1.8
- old
+ new
@@ -16,8 +16,8 @@
<% end %>
</p>
<% if (current_admin) %>
-<%= link_to 'Edit', edit_post_path(@post) %> |
+<%= link_to 'Edit', edit_admin_post_path(@post) %> |
<% end %>
-<%= link_to 'Back', posts_path %>
+<%= link_to 'Back', admin_posts_path %>