Show More
@@ -3,6 +3,6 b'' | |||||
3 | <td class="author">{author|person}</td> |
|
3 | <td class="author">{author|person}</td> | |
4 | <td class="description"> |
|
4 | <td class="description"> | |
5 | <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a> |
|
5 | <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a> | |
6 | {inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{rename%filelogrename} |
|
6 | {inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{bookmarks%changelogtag}{rename%filelogrename} | |
7 | </td> |
|
7 | </td> | |
8 | </tr> |
|
8 | </tr> |
@@ -223,7 +223,7 b' tip - two revisions' | |||||
223 | <td class="author">test</td> |
|
223 | <td class="author">test</td> | |
224 | <td class="description"> |
|
224 | <td class="description"> | |
225 | <a href="/rev/5ed941583260">first a</a> |
|
225 | <a href="/rev/5ed941583260">first a</a> | |
226 | <span class="tag">a-tag</span> |
|
226 | <span class="tag">a-tag</span> <span class="tag">a-bookmark</span> | |
227 | </td> |
|
227 | </td> | |
228 | </tr> |
|
228 | </tr> | |
229 |
|
229 | |||
@@ -340,7 +340,7 b' second version - two revisions' | |||||
340 | <td class="author">test</td> |
|
340 | <td class="author">test</td> | |
341 | <td class="description"> |
|
341 | <td class="description"> | |
342 | <a href="/rev/5ed941583260">first a</a> |
|
342 | <a href="/rev/5ed941583260">first a</a> | |
343 | <span class="tag">a-tag</span> |
|
343 | <span class="tag">a-tag</span> <span class="tag">a-bookmark</span> | |
344 | </td> |
|
344 | </td> | |
345 | </tr> |
|
345 | </tr> | |
346 |
|
346 | |||
@@ -449,7 +449,7 b' first deleted - one revision' | |||||
449 | <td class="author">test</td> |
|
449 | <td class="author">test</td> | |
450 | <td class="description"> |
|
450 | <td class="description"> | |
451 | <a href="/rev/5ed941583260">first a</a> |
|
451 | <a href="/rev/5ed941583260">first a</a> | |
452 | <span class="tag">a-tag</span> |
|
452 | <span class="tag">a-tag</span> <span class="tag">a-bookmark</span> | |
453 | </td> |
|
453 | </td> | |
454 | </tr> |
|
454 | </tr> | |
455 |
|
455 | |||
@@ -558,7 +558,7 b' first version - one revision' | |||||
558 | <td class="author">test</td> |
|
558 | <td class="author">test</td> | |
559 | <td class="description"> |
|
559 | <td class="description"> | |
560 | <a href="/rev/5ed941583260">first a</a> |
|
560 | <a href="/rev/5ed941583260">first a</a> | |
561 | <span class="tag">a-tag</span> |
|
561 | <span class="tag">a-tag</span> <span class="tag">a-bookmark</span> | |
562 | </td> |
|
562 | </td> | |
563 | </tr> |
|
563 | </tr> | |
564 |
|
564 |
General Comments 0
You need to be logged in to leave comments.
Login now