Author: dsetrakyan Date: Thu May 28 18:19:53 2015 New Revision: 1682302 URL: http://svn.apache.org/r1682302 Log: updated download menu link
Modified: incubator/ignite/site/trunk/includes/header.html Modified: incubator/ignite/site/trunk/includes/header.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/includes/header.html?rev=1682302&r1=1682301&r2=1682302&view=diff ============================================================================== --- incubator/ignite/site/trunk/includes/header.html (original) +++ incubator/ignite/site/trunk/includes/header.html Thu May 28 18:19:53 2015 @@ -55,7 +55,18 @@ <li><a href="/community.html#list">Contributors and Committers</a></li> </ul> </li> - <li><a href="/download.html">Download</a></li> + <li class="dropdown"> + <a href="/download.html">Download <span class="caret"></span></a> + <ul class="dropdown-menu" role="menu"> + <li><a href="/download.html#3rdparty">3rd Party Binaries</a></li> + <li class="divider"></li> + <li><a href="/download.html#downloads">Apache Ignite Releases</a></li> + <li class="divider"></li> + <li><a href="/download.html#maven">Download From Maven</a></li> + <li class="divider"></li> + <li><a href="/download.html#build-source">Build From Source</a></li> + </ul> + </li> </ul> </div> </div>