You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/18 15:28:27 UTC

svn commit: r1578922 - /thrift/cms-site/trunk/templates/footer.html

Author: joes
Date: Tue Mar 18 14:28:26 2014
New Revision: 1578922

URL: http://svn.apache.org/r1578922
Log:
links

Modified:
    thrift/cms-site/trunk/templates/footer.html

Modified: thrift/cms-site/trunk/templates/footer.html
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/templates/footer.html?rev=1578922&r1=1578921&r2=1578922&view=diff
==============================================================================
--- thrift/cms-site/trunk/templates/footer.html (original)
+++ thrift/cms-site/trunk/templates/footer.html Tue Mar 18 14:28:26 2014
@@ -5,20 +5,20 @@
 			<div class="span3">
 				<h3>Links</h3>
 				<ul class="unstyled">
-					<li><a href="/download/">Download</a></li>
-					<li><a href="/developers/">Developers</a></li>
+					<li><a href="/download">Download</a></li>
+					<li><a href="/developers">Developers</a></li>
 					<li><a href="/tutorial/">Tutorials</a></li>
 			    </ul>
 				<ul class="unstyled">
-					<li><a href="/sitemap/">Sitemap</a></li>
+					<li><a href="/sitemap">Sitemap</a></li>
 				</ul>
 			</div>
 			<div class="span3">
 				<h3>Get Involved</h3>
 				<ul class="unstyled">
 					<li><a href="/mailing/">Mailing Lists</a></li>
-					<li><a href="<%= @site.config[:jira_url] %>">Issue Tracking</a></li>
-					<li><a href="/docs/HowToContribute/">How To Contribute</a></li>
+					<li><a href="{{ conf.jira_url }}">Issue Tracking</a></li>
+					<li><a href="/docs/HowToContribute">How To Contribute</a></li>
 				</ul>	
 			</div>
 			<div class="span6">
@@ -27,4 +27,4 @@
 		</div>
 		
 	</footer>
-</div>
\ No newline at end of file
+</div>