We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf0d3b commit f6992d1Copy full SHA for f6992d1
app/views/commontator/threads/_show.html.erb
@@ -71,13 +71,7 @@
71
</span>
72
</div>
73
74
- <% if thread.config.comment_order != :l %>
75
- <%= render partial: 'commontator/threads/reply', locals: { thread: thread, user: user } %>
76
- <% end %>
77
-
78
- <% if thread.config.comment_order == :l %>
79
80
+ <%= render partial: 'commontator/threads/reply', locals: { thread: thread, user: user } %>
81
82
<div id="commontator-thread-<%= thread.id %>-comment-list" class="comment-list">
83
<%=
0 commit comments