##// END OF EJS Templates
monoblue: show relative age of bookmarks...
av6 -
r25868:77723541 stable
parent child Browse files
Show More
@@ -181,7 +181,7 b" tagentry = '"
181 bookmarks = bookmarks.tmpl
181 bookmarks = bookmarks.tmpl
182 bookmarkentry = '
182 bookmarkentry = '
183 <tr class="parity{parity}">
183 <tr class="parity{parity}">
184 <td class="nowrap date">{date|rfc822date}</td>
184 <td class="nowrap age">{date|rfc822date}</td>
185 <td><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{bookmark|escape}</a></td>
185 <td><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{bookmark|escape}</a></td>
186 <td class="nowrap">
186 <td class="nowrap">
187 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
187 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
General Comments 0
You need to be logged in to leave comments. Login now