[Python-checkins] r82427 - tracker/instances/python-dev/html/issue.item.html

ezio.melotti python-checkins at python.org
Thu Jul 1 22:23:17 CEST 2010


Author: ezio.melotti
Date: Thu Jul  1 22:23:17 2010
New Revision: 82427

Log:
#251: Remove the nosy count from the issue page.

Modified:
   tracker/instances/python-dev/html/issue.item.html

Modified: tracker/instances/python-dev/html/issue.item.html
==============================================================================
--- tracker/instances/python-dev/html/issue.item.html	(original)
+++ tracker/instances/python-dev/html/issue.item.html	Thu Jul  1 22:23:17 2010
@@ -135,7 +135,7 @@
  <td tal:condition="not:context/assignee/is_edit_ok">
   <span tal:replace="structure context/assignee/plain" />
  </td>
- <th><tal:block i18n:translate="">Nosy List</tal:block><span tal:condition="context/nosy_count" tal:replace="python: ' (%d)' % context.nosy_count" />:
+ <th><tal:block i18n:translate="">Nosy List</tal:block><!-- <span tal:condition="context/nosy_count" tal:replace="python: ' (%d)' % context.nosy_count" /> -->:
   <span tal:condition="context/nosy/is_edit_ok"
         tal:replace="structure python:db.user.classhelp('username,realname,address', property='nosy')" />
  </th>


More information about the Python-checkins mailing list