really fix issue 175 path error in _nav
This commit is contained in:
parent
be73028ee8
commit
f62ad53f8f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<nav id="next_prev_article">
|
||||
<% if @post.next.present? -%>
|
||||
<%= link_to (truncate(@post.next.title) + " »").html_safe,
|
||||
main_app.refinery_blog_post_path(@post.prev),
|
||||
main_app.refinery_blog_post_path(@post.next),
|
||||
:class => 'next' %>
|
||||
<% end -%>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue