1
0
Fork 0
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:
Correl Roush 2010-12-22 16:56:49 -05:00
parent 57961affb4
commit 892bf51f26

View file

@ -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 %}