Mercurial > public > sg101
diff gpp/templates/forums/topic.html @ 115:0ce0104c7df3
Forums: split topic.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 22 Oct 2009 02:57:18 +0000 |
parents | c329bfaed4a7 |
children | 3ae999b0c53b |
line wrap: on
line diff
--- a/gpp/templates/forums/topic.html Sun Oct 11 20:27:07 2009 +0000 +++ b/gpp/templates/forums/topic.html Thu Oct 22 02:57:18 2009 +0000 @@ -47,6 +47,8 @@ </form> <a href="{% url forums-mod_topic_move topic.id %}"><img src="{{ MEDIA_URL }}icons/application_go.png" alt="Move Topic" title="Move Topic" /></a> <a href="{% url forums-mod_topic_move topic.id %}">Move this topic</a> + <a href="{% url forums-mod_topic_split topic.id %}"><img src="{{ MEDIA_URL }}icons/arrow_branch.png" alt="Split Topic" title="Split Topic" /></a> + <a href="{% url forums-mod_topic_split topic.id %}">Split this topic</a> </div> {% endif %}