diff --git a/progit/templates/issue.html b/progit/templates/issue.html index 3ccf9bd..acc2373 100644 --- a/progit/templates/issue.html +++ b/progit/templates/issue.html @@ -55,24 +55,66 @@ {% if authenticated %} - - - Add new comment - (supports the Markdown syntax) - - - - {{ form_comment.csrf_token }} + + Add new comment + (supports the Markdown syntax) + + + + Comment + Preview + + + + + + + {{ form_comment.csrf_token }} + + + + + - - + - + {% else %} Login to comment on this ticket. {% endif %} {% endblock %} + +{% block jscripts %} +{{ super() }} + +{% endblock %}
Login to comment on this ticket.