aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Diaz Riveros <chrisadr@gentoo.org>2018-07-13 19:51:03 -0500
committerChristopher Diaz Riveros <chrisadr@gentoo.org>2018-07-13 19:51:03 -0500
commit0d0e0b7a87046d7ab1802eba6abb6e0929fb32ac (patch)
treeb713310978a189944d5c3cfee6b11f7f852d63b9 /_includes
parentsecurity: correct typo (diff)
downloadwww-0d0e0b7a87046d7ab1802eba6abb6e0929fb32ac.tar.gz
www-0d0e0b7a87046d7ab1802eba6abb6e0929fb32ac.tar.bz2
www-0d0e0b7a87046d7ab1802eba6abb6e0929fb32ac.zip
header: Add Gitweb link in gentoo.org sites
A new link added to the header section, in the drop-down menu "gentoo.org sites". This was introduced since sources.gentoo.org is a historical repository that does contain some old sources, but most of the current development repositories are stored in Gitweb site. Fixes bug #650634 Signed-off-by: Christopher Diaz Riveros <chrisadr@gentoo.org>
Diffstat (limited to '_includes')
-rw-r--r--_includes/layout/header.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/_includes/layout/header.html b/_includes/layout/header.html
index 433530f..d7cb48f 100644
--- a/_includes/layout/header.html
+++ b/_includes/layout/header.html
@@ -18,7 +18,8 @@
<li class="divider"></li>
<li><a href="https://planet.gentoo.org/" title="Find out what's going on in the developer community"><span class="fa fa-rss fa-fw"></span> Planet</a></li>
<li><a href="https://archives.gentoo.org/" title="Read up on past discussions"><span class="fa fa-archive fa-fw"></span> Archives</a></li>
- <li><a href="https://sources.gentoo.org/" title="Browse our source code"><span class="fa fa-code fa-fw"></span> Sources</a></li>
+ <li><a href="https://gitweb.gentoo.org/" title="Browse our source code in Gitweb"><span class="fa fa-code fa-fw"></span> Gitweb</a></li>
+ <li><a href="https://sources.gentoo.org/" title="Browse our source code in CVS"><span class="fa fa-code fa-fw"></span> CVS Sources</a></li>
<li class="divider"></li>
<li><a href="https://infra-status.gentoo.org/" title="Get updates on the services provided by Gentoo"><span class="fa fa-server fa-fw"></span> Infra Status</a></li>
</ul>