The unified diff between revisions [9e7f3ce1..] and [95e07897..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'templates/base.html'

#
#
# patch "templates/base.html"
#  from [47574ccfc9aff518749857eb878ba93c8f2e9f48]
#    to [7b1b4d764b1c6c17ce021c8f9b973947cded4fcf]
#
============================================================
--- templates/base.html	47574ccfc9aff518749857eb878ba93c8f2e9f48
+++ templates/base.html	7b1b4d764b1c6c17ce021c8f9b973947cded4fcf
@@ -24,7 +24,11 @@
   <a href="$perdb_join('')">Branches</a> |
   <a href="$perdb_join('tags')">Tags</a> |
   <a href="$perdb_join('help')">Help</a> |
-  <a href="$perdb_join('about')">About</a><br />
+  <a href="$perdb_join('about')">About</a>
+#if $have_multidb
+  | <a href="$perdb_join('databases')">Change DB</a><br />
+#end if
+  <br/>

 #block extramenu
 #end block