You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by rg...@apache.org on 2015/08/08 21:20:38 UTC

svn commit: r1694843 - /comdev/tools/events_list/templates/include/navbar.html

Author: rgardler
Date: Sat Aug  8 19:20:37 2015
New Revision: 1694843

URL: http://svn.apache.org/r1694843
Log:
make site title link back to home

Modified:
    comdev/tools/events_list/templates/include/navbar.html

Modified: comdev/tools/events_list/templates/include/navbar.html
URL: http://svn.apache.org/viewvc/comdev/tools/events_list/templates/include/navbar.html?rev=1694843&r1=1694842&r2=1694843&view=diff
==============================================================================
--- comdev/tools/events_list/templates/include/navbar.html (original)
+++ comdev/tools/events_list/templates/include/navbar.html Sat Aug  8 19:20:37 2015
@@ -10,7 +10,7 @@
         <span class="icon-bar"></span>
         <span class="icon-bar"></span>
       </button>
-      <a class="navbar-brand" href="#">ComDev Events</a>
+      <a class="navbar-brand" href="/events">ComDev Events</a>
     </div>
 
     <!-- Collect the nav links, forms, and other content for toggling -->