Differences From:
File
src/style.c
part of check-in
[fecb3e5cc9]
- On the "vinfo" page, add a link to a timeline of all other check-ins with
the same tag.
by
drh on
2009-01-20 23:39:50.
[view]
To:
File
src/style.c
part of check-in
[a12cb216b7]
- Reenable the "Tags" menu item, but make it go to the new "taglist" page.
Also add separate "tagtimeline" page and separate "brlist" into "brlist"
and "brtimeline".
by
drh on
2009-01-22 13:08:42.
[view]
@@ -195,8 +195,9 @@
@ if {[hascap o]} {
@ html "<a href='$baseurl/leaves'>Leaves</a>"
@ html "<a href='$baseurl/timeline'>Timeline</a>"
@ html "<a href='$baseurl/brlist'>Branches</a>"
+@ html "<a href='$baseurl/taglist'>Tags</a>"
@ }
@ if {[hascap r]} {
@ html "<a href='$baseurl/reportlist'>Bugs</a>"
@ }