cfbe: API: More shortname -> bug.id.user()
authorChris Ball <cjb@laptop.org>
Wed, 23 Jun 2010 02:09:12 +0000 (22:09 -0400)
committerChris Ball <cjb@laptop.org>
Wed, 23 Jun 2010 02:09:12 +0000 (22:09 -0400)
interfaces/web/templates/bug.html

index 4d15536167e502a5091bcd2d3da9c5e3892c0d23..66993de54f2a6a28a2154327cefff3825863a748 100644 (file)
@@ -1,7 +1,7 @@
 {% extends "base.html" %}
 
 {% block page_title %}
-    Bug {{ bd.bug_shortname(bug) }} &ndash; {{ bug.summary|truncate(70) }}
+    Bug {{ bug.id.user() }} &ndash; {{ bug.summary|truncate(70) }}
 {% endblock %}
 
 {% block script %}
         </fieldset>
     </form>
     <p id="add-comment-link"><a href="" id="add-comment">&#43; Add a comment</a></p>
-{% endblock %}
\ No newline at end of file
+{% endblock %}