fixing conflicts [#9]
This commit is contained in:
@@ -25,7 +25,14 @@
|
||||
<%= render 'shared/tags', debate: @debate %>
|
||||
|
||||
<br/><br/>
|
||||
<div>
|
||||
<%= link_to 'Edit', edit_debate_path(@debate) %> |
|
||||
<%= link_to 'Back', debates_path %>
|
||||
</div>
|
||||
Deja tu comentario
|
||||
<%= render 'comments/form', parent: @debate %>
|
||||
|
||||
<div id="comments" style="padding-top:20px">
|
||||
<h2>Comentarios</h2>
|
||||
<%= render @debate.root_comments %>
|
||||
</div>
|
||||
|
||||
<br/><br/>
|
||||
<%= link_to 'Edit', edit_debate_path(@debate) %> |
|
||||
<%= link_to 'Back', debates_path %>
|
||||
Reference in New Issue
Block a user