diff options
author | Brian Evans <grknight@gentoo.org> | 2019-09-12 12:13:36 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-09-12 12:13:36 -0400 |
commit | f7fe20d31f55489472b3a83e41fffee5a17c8579 (patch) | |
tree | 5182d60f727350e0ed16e733f29a7d325979de80 /TyrianTemplate.php | |
parent | Fix z-index of Search and notifications (diff) | |
download | skin-tyrian-f7fe20d31f55489472b3a83e41fffee5a17c8579.tar.gz skin-tyrian-f7fe20d31f55489472b3a83e41fffee5a17c8579.tar.bz2 skin-tyrian-f7fe20d31f55489472b3a83e41fffee5a17c8579.zip |
Have header template match main site for sources
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'TyrianTemplate.php')
-rw-r--r-- | TyrianTemplate.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TyrianTemplate.php b/TyrianTemplate.php index f0e28f5..eae7b30 100644 --- a/TyrianTemplate.php +++ b/TyrianTemplate.php @@ -98,7 +98,8 @@ class TyrianTemplate extends BaseTemplate { <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> |