Mercurial > public > sg101
diff gpp/templates/forums/display_post.html @ 343:cfad8d605cb8
Fixing #157; added goto the top of page intra-page links on forums and yahoo group templates.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 27 Feb 2011 22:12:18 +0000 |
parents | 000c006fee97 |
children | 7eed448b399c |
line wrap: on
line diff
--- a/gpp/templates/forums/display_post.html Sun Feb 27 01:58:49 2011 +0000 +++ b/gpp/templates/forums/display_post.html Sun Feb 27 22:12:18 2011 +0000 @@ -47,6 +47,7 @@ </div> {% endif %} <div class="forum-post-info-tools"> + <a href="#top" class="quiet" title="Goto the top of the page">Top</a> {% if can_reply %} <a href="{% url 'forums-new_post' topic_id=post.topic.id %}?quote={{ post.id }}"><img src="{{ STATIC_URL }}icons/comment.png" alt="Reply with quote" title="Reply with quote" /></a> {% endif %}