Skip to content

Commit b1358f0

Browse files
committed
standardrb
1 parent ddebe32 commit b1358f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/helpers/comments_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def render_comment_tree(comment)
3030
safe_concat link_to(" reply", article_comment_path(comment.article, comment))
3131
}
3232
}
33-
concat content_tag(:tr, "", class:"post-subtext")
33+
concat content_tag(:tr, "", class: "post-subtext")
3434
}
3535
}
3636
if comment.replies.any?

0 commit comments

Comments
 (0)