aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces
diff options
context:
space:
mode:
authorChris Ball <cjb@laptop.org>2010-06-22 22:09:12 -0400
committerChris Ball <cjb@laptop.org>2010-06-22 22:09:12 -0400
commitfcb8f9611d942fa265c5ece8d29464896c4b8241 (patch)
tree2a14cfb9869fe31569eea8abad86cbdd0e8b855d /interfaces
parenteefebd9f0582704b81cbf6ccbf7646c71cdce534 (diff)
downloadbugseverywhere-fcb8f9611d942fa265c5ece8d29464896c4b8241.tar.gz
cfbe: API: More shortname -> bug.id.user()
Diffstat (limited to 'interfaces')
-rw-r--r--interfaces/web/templates/bug.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/interfaces/web/templates/bug.html b/interfaces/web/templates/bug.html
index 4d15536..66993de 100644
--- a/interfaces/web/templates/bug.html
+++ b/interfaces/web/templates/bug.html
@@ -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 %}
@@ -157,4 +157,4 @@
</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 %}