Commit 2afee0969e98c054a085b60259fd317a655f2abc
1 parent
ffb96715
Exists in
master
and in
28 other branches
[macro-support-review] Fixing article_comments_list div
Showing
1 changed file
with
1 additions
and
5 deletions
Show diff stats
plugins/comment_group/views/_comment_group.rhtml
... | ... | @@ -20,11 +20,7 @@ |
20 | 20 | <div class="comment-group-loading-<%= group_id %>"/> |
21 | 21 | |
22 | 22 | <div class="comments_list_toggle_group_<%= group_id %>" style="display:none"> |
23 | - <div class="article-comments-list"> | |
24 | - <div id="comments_list_group_<%= group_id %>"></div> | |
25 | - </div> | |
26 | - | |
23 | + <div class="article-comments-list" id="comments_list_group_<%= group_id %>"></div> | |
27 | 24 | <div id="page-comment-form-<%= group_id %>" class='post_comment_box closed'><%= render :partial => 'comment/comment_form', :locals => {:comment => Comment.new, :display_link => true, :cancel_triggers_hide => true, :group_id => group_id}%></div> |
28 | - | |
29 | 25 | </div> |
30 | 26 | </div> | ... | ... |