projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46953e6
)
Added the links in the bug list.
author
Steve Losh
<steve@stevelosh.com>
Sat, 31 Jan 2009 07:26:36 +0000
(
02:26
-0500)
committer
Steve Losh
<steve@stevelosh.com>
Sat, 31 Jan 2009 07:26:36 +0000
(
02:26
-0500)
templates/list.html
patch
|
blob
|
history
diff --git
a/templates/list.html
b/templates/list.html
index 3dd4a70418e52884283c55056f4b68bda6e8c145..e28b0c0eac773a3030097cd1ca7fa2d2229eaa37 100644
(file)
--- a/
templates/list.html
+++ b/
templates/list.html
@@
-16,7
+16,8
@@
{% for bug in bugs %}
<tr>
<td>{{ bd.bug_shortname(bug) }}</td>
- <td>{{ bug.summary|e|truncate(65) }}</td>
+ <td><a href="/bug?id={{ bd.bug_shortname(bug)}}">
+ {{ bug.summary|e|truncate(65) }}</a></td>
<td>{{ bug.status }}</td>
<td>{{ bug.target }}</td>
<td>{{ bug.assigned|striptags }}</td>