Added space after <% and before %> in order to maintain consistency in the ERB code. Review of PR.
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
</div>
|
||||
<% end %>
|
||||
</li>
|
||||
<%unless child_comments_of(comment).empty?%>
|
||||
<% unless child_comments_of(comment).empty? %>
|
||||
<li>
|
||||
<ul id="<%= dom_id(comment) %>_children" class="no-bullet comment-children">
|
||||
<% child_comments_of(comment).each do |child| %>
|
||||
@@ -103,6 +103,6 @@
|
||||
<% end %>
|
||||
</ul>
|
||||
</li>
|
||||
<%end%>
|
||||
<% end %>
|
||||
</ul>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user