You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by br...@apache.org on 2015/01/29 17:46:55 UTC

svn commit: r1655735 - /incubator/taverna/site/trunk/templates/temp_navbar.html

Author: brenninc
Date: Thu Jan 29 16:46:54 2015
New Revision: 1655735

URL: http://svn.apache.org/r1655735
Log:
Attempt to fix introduction link

Modified:
    incubator/taverna/site/trunk/templates/temp_navbar.html

Modified: incubator/taverna/site/trunk/templates/temp_navbar.html
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/templates/temp_navbar.html?rev=1655735&r1=1655734&r2=1655735&view=diff
==============================================================================
--- incubator/taverna/site/trunk/templates/temp_navbar.html (original)
+++ incubator/taverna/site/trunk/templates/temp_navbar.html Thu Jan 29 16:46:54 2015
@@ -14,8 +14,9 @@
           <div id="navbar" class="navbar-collapse collapse">
             <ul class="nav navbar-nav">              
                 <li class="dropdown">
-					<a href="/download/" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false" href="/introduction">Introduction<span class="caret"></span></a>
+					<a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Introduction<span class="caret"></span></a>
 					<ul class="dropdown-menu"  role="menu">
+					   <li><a href="/introduction/">Introduction</a></li>
 					   <li><a href="/introduction/taverna-features.html">Taverna features</a></li>
 					   <li><a href="/introduction/why-use-workflows.html">Why use workflows?</a></li>
 					   <li><a href="/introduction/what-is-in-silico-experimentation.html">What is ‘in silico’ experimentation?</a></li>