projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d1acfb
)
cfbe: Remove "target" column from default bug list
author
Chris Ball
<cjb@laptop.org>
Mon, 6 Sep 2010 22:39:35 +0000
(18:39 -0400)
committer
Chris Ball
<cjb@laptop.org>
Tue, 7 Sep 2010 15:00:57 +0000
(11:00 -0400)
As discussed at:
http://void.printf.net/pipermail/be-devel/2010-September/000626.html
interfaces/web/templates/list.html
patch
|
blob
|
history
diff --git
a/interfaces/web/templates/list.html
b/interfaces/web/templates/list.html
index 216b731ba455df1116d5732b46545aa98d843517..65e6fe2c76ba080f545673d4e543a26469e1a73c 100644
(file)
--- a/
interfaces/web/templates/list.html
+++ b/
interfaces/web/templates/list.html
@@
-10,7
+10,6
@@
<th>ID</th>
<th>Summary</th>
<th>Status</th>
- <th>Target</th>
<th>Assigned To</th>
</tr>
{% for bug in bugs %}
@@
-19,7
+18,6
@@
<td><a href="/bug?{{ urlencode({'id':bug.id.long_user()}) }}">
{{ bug.summary|e|truncate(70) }}</a></td>
<td>{{ bug.status }}</td>
- <td>{{ bug.target }}</td>
<td>{{ bug.assigned|striptags }}</td>
</tr>
{% endfor %}