Browse Source

add a go to top link thread view; fixes #82

pull/40/head
czaks 10 years ago
parent
commit
7ec728ffb0
  1. 1
      templates/thread.html

1
templates/thread.html

@ -45,6 +45,7 @@
{% include 'report_delete.html' %}
</form>
<a href="{{ return }}">[{% trans %}Return{% endtrans %}]</a>
<a href="#" style="padding-left: 10px">[{% trans %}Go to top{% endtrans %}]</a>
{{ boardlist.bottom }}

Loading…
Cancel
Save