Guest User

Untitled

a guest
Feb 21st, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. undefined local variable or method `no_comments_link' for #<#<Class:0xb759961c>:0xb75995f4>
  2.  
  3. Extracted source (around line #7):
  4.  
  5. 4: <div align="right">
  6. 5: <br />
  7. 6: <%=
  8. 7: if no_comments_link.blank?
  9. 8: link_to "Komentarze ("+note.comments_count.to_s+")", :controller=> "blog", :title => note.title, :action => 'show', :anchor => 'komentarze'
  10. 9: end %>
  11. 10: </div>
Add Comment
Please, Sign In to add comment