Diff
Not logged in

Differences From:

File src/style.c part of check-in [a55a0a49a3] - Merge mainline into tagview branch by eric on 2008-09-06 13:16:08. Also file src/style.c part of check-in [5fb14b9a0f] - Include non-sym- tags in tagview web page. Also merge mainline into tagview branch. by eric on 2008-08-21 20:59:01. Also file src/style.c part of check-in [8745d0d579] - Merge tagview branch into mainline by eric on 2008-09-06 13:29:29. [view]

To:

File src/style.c part of check-in [5b87749575] - Disable tag URLs without sufficient permission, display a message when there are no tags, provide dummy Javascript functions for the tag timeline. by eric on 2008-09-06 13:09:44. [view]

@@ -181,9 +181,9 @@
 @ }
 @ if {[hascap o]} {
 @   html "<a href='$baseurl/leaves'>Leaves</a>"
 @   html "<a href='$baseurl/timeline'>Timeline</a>"
-@   # html "<a href='$baseurl/tagview'>Tags</a>"
+@   html "<a href='$baseurl/tagview'>Tags</a>"
 @ }
 @ if {[hascap r]} {
 @   html "<a href='$baseurl/reportlist'>Bugs</a>"
 @ }