Skip to content

Commit ef30af9

Browse files
committed
fix intending
1 parent d23fd8d commit ef30af9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/views/protips/_protip.html.haml

+2-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@
110110
%h2.comments-header
111111
%i.fa.fa-comments
112112
Comments
113-
%ul.comment-list = render protip.comments.with_states(:active,:reported_as_spam)
113+
%ul.comment-list
114+
= render protip.comments.with_states(:active,:reported_as_spam)
114115
= render 'comments/add_comment'
115116

116117
- if defined?(:job) && !job.nil?

0 commit comments

Comments
 (0)