corrects css ids
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<table class="clear activity-comments">
|
||||
<% @comments.each do |comment| %>
|
||||
<tr id="debate_<%= comment.id %>">
|
||||
<tr id="comment_<%= comment.id %>">
|
||||
<td>
|
||||
<%= comment_commentable_title(comment) %>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user