From f0bd55c68d3e5fc7e117c43a00fcf24585021d10 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Sun, 1 Feb 2009 18:02:31 -0500 Subject: Implemented bug editing. --- templates/bug.html | 55 ++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 45 insertions(+), 10 deletions(-) (limited to 'templates/bug.html') diff --git a/templates/bug.html b/templates/bug.html index 01a2476..48571e9 100644 --- a/templates/bug.html +++ b/templates/bug.html @@ -1,12 +1,19 @@ {% extends "base.html" %} {% block page_title %} - Bug {{ bd.bug_shortname(bug) }} – {{ bug.summary }} + Bug {{ bd.bug_shortname(bug) }} – {{ bug.summary|truncate(50) }} {% endblock %} {% block script %} {% endblock %} @@ -76,7 +96,7 @@ @@ -85,7 +105,7 @@ @@ -96,11 +116,27 @@ -

Summary

-

+

+ + edit + +

{{ bug.summary }}

+
+
+ +
+ +
+
+ + +
+
+
+

Comments

{% for comment in bug.comments() %}
@@ -113,7 +149,6 @@
-
-- cgit