You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2015/09/04 06:45:44 UTC

svn commit: r1701158 - /accumulo/site/trunk/templates/nav.html

Author: elserj
Date: Fri Sep  4 04:45:44 2015
New Revision: 1701158

URL: http://svn.apache.org/r1701158
Log:
Add a dropdown for talks/presentation/projects

Modified:
    accumulo/site/trunk/templates/nav.html

Modified: accumulo/site/trunk/templates/nav.html
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/templates/nav.html?rev=1701158&r1=1701157&r2=1701158&view=diff
==============================================================================
--- accumulo/site/trunk/templates/nav.html (original)
+++ accumulo/site/trunk/templates/nav.html Fri Sep  4 04:45:44 2015
@@ -95,6 +95,14 @@
 		</ul>
     </li>
 
+	<li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other <span class="caret" /></a>
+	  <ul class="dropdown-menu">
+		<li><a href="/papers.html">Papers &amp; Presentations</a></li>
+		<li><a href="/projects.html">Community Projects</a></li>
+	  </ul>
+	</li>
+
     <li class="dropdown">
       <a class="dropdown-toggle" data-toggle="dropdown" href="#">
         ASF Links <span class="caret"></span>