diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-09-23 00:05:09 +0000 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-09-23 00:05:09 +0000 |
commit | e1139e1a766dc2c3faca2318d1e70e1b6b3d78d9 (patch) | |
tree | 75ccc621fe83ef5823a3b31ec3881647deee9946 /web | |
parent | Include potential stable requests in maintainer results (diff) | |
download | soko-e1139e1a766dc2c3faca2318d1e70e1b6b3d78d9.tar.gz soko-e1139e1a766dc2c3faca2318d1e70e1b6b3d78d9.tar.bz2 soko-e1139e1a766dc2c3faca2318d1e70e1b6b3d78d9.zip |
Add a link to repology in the resources section
Thanks to Alexey for the suggestion
Closes: https://bugs.gentoo.org/744175
Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'web')
-rw-r--r-- | web/templates/packages/resources.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/templates/packages/resources.tmpl b/web/templates/packages/resources.tmpl index c31688e..b759ee5 100644 --- a/web/templates/packages/resources.tmpl +++ b/web/templates/packages/resources.tmpl @@ -22,6 +22,12 @@ </a> </dd> <dd> + <span class="fa fa-fw fa-sort-numeric-desc"></span> + <a href="https://repology.org/project/{{.Package.Name}}" target="_blank"> + Repology + </a> + </dd> + <dd> <span class="octicon octicon-git-pull-request opticon-resource-icon ml-1"></span> <a href="https://github.com/gentoo/gentoo/pulls?q=is%3Apr+is%3Aopen+in%3Atitle+{{.Package.Category}}%2F{{.Package.Name}}" target="_blank"> Open Pull Requests |