mirror of
https://github.com/correl/codereview.git
synced 2025-04-09 09:11:00 -09:00
Moved the comment reply button within the content div
This commit is contained in:
parent
57961affb4
commit
892bf51f26
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
</div>
|
||||
<div class="text ui-widget-content">
|
||||
{{ comment.text|linebreaks }}
|
||||
</div>
|
||||
<div class="comment-buttons">
|
||||
<a class="button" href="#comment-{{ comment.pk }}" rel="respond">Reply</a>
|
||||
<div class="comment-buttons">
|
||||
<a class="button" href="#comment-{{ comment.pk }}" rel="respond">Reply</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% for response in comment.response_set.all %}
|
||||
|
|
Loading…
Add table
Reference in a new issue