Skip to content

Commit

Permalink
add a go to top link thread view; fixes #82
Browse files Browse the repository at this point in the history
  • Loading branch information
czaks committed Sep 21, 2014
1 parent 56ed7fd commit 7ec728f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/thread.html
Expand Up @@ -45,6 +45,7 @@ <h1>{{ board.url }} - {{ board.title|e }}</h1>
{% 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 }}

Expand Down

0 comments on commit 7ec728f

Please sign in to comment.