Remove current_order variable assignament, only used once
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<% commentable = comment_tree.commentable %>
|
||||
<% current_order = comment_tree.order %>
|
||||
|
||||
<% cache [locale_and_user_status, current_order, commentable_cache_key(commentable), comment_tree.comments, comment_tree.comment_authors, commentable.comments_count, comment_flags] do %>
|
||||
<% cache [locale_and_user_status, comment_tree.order, commentable_cache_key(commentable), comment_tree.comments, comment_tree.comment_authors, commentable.comments_count, comment_flags] do %>
|
||||
<section class="expanded comments">
|
||||
<div class="row">
|
||||
<div id="comments" class="small-12 column">
|
||||
|
||||
Reference in New Issue
Block a user