diff scripts/notify-roundup/html/bug.item.html @ 4172:97d81ee7a0c3 gsoc-2009

Ported bug.item.html to be VCS agnostic
author Pygi <pygi@users.sourceforge.net>
date Thu, 02 Jul 2009 18:18:43 +0000
parents fe9b0fdb1790
children d7e97f0e42f8
line wrap: on
line diff
--- a/scripts/notify-roundup/html/bug.item.html	Thu Jul 02 18:15:46 2009 +0000
+++ b/scripts/notify-roundup/html/bug.item.html	Thu Jul 02 18:18:43 2009 +0000
@@ -251,8 +251,8 @@
 
    <tr tal:condition="msg/revision">
    <th tal:define="r msg/revision" colspan="4">
-    <a tal:attributes="href string:svn_rev${r/id}"
-       tal:content="string:Subversion revision ${r/revision}" />
+    <a tal:attributes="href string:vcs_rev${r/id}"
+       tal:content="string:VCS revision ${r/revision}" />
    </th>
   </tr>
   

Roundup Issue Tracker: http://roundup-tracker.org/