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