aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-04-15 00:32:11 +0200
committerMichał Górny <mgorny@gentoo.org>2018-04-15 00:32:11 +0200
commit68d1555ea8d99674ffa77961550bab159f826e86 (patch)
tree62e3edaf338885777796f1b8546a8ea3bfa78d6f
parentdevelopers: Reuse 'devname' variable more (diff)
downloadwww-68d1555ea8d99674ffa77961550bab159f826e86.tar.gz
www-68d1555ea8d99674ffa77961550bab159f826e86.tar.bz2
www-68d1555ea8d99674ffa77961550bab159f826e86.zip
developers: Link [g] to commits from gitweb
Link the new 'gentoo.git commit access' tag with gitweb listing of commits. Mostly to make it match the 'away' tag and include explanatory title.
-rw-r--r--inside-gentoo/developers/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/inside-gentoo/developers/index.html b/inside-gentoo/developers/index.html
index f5b66d2..4f143c5 100644
--- a/inside-gentoo/developers/index.html
+++ b/inside-gentoo/developers/index.html
@@ -47,7 +47,7 @@ layout: page-nav3
<strong>{{ devname }}</strong>
{% endif %}
{% if entry[1].commitaccess %}
- <sup class="bg-success">[g]</sup>
+ <a href="https://gitweb.gentoo.org/repo/gentoo.git/log/?qt=committer&q={{ devname }}@gentoo.org" title="Developer has repo/gentoo.git commit access"><sup class="bg-success">[g]</sup></a>
{% endif %}
{% if site.data.devaway[devname] %}
<a href="unavailable-developers.html#{{ devname }}" title="{{ site.data.devaway[devname].reason }}"><sup class="bg-danger">[a]</sup></a>