aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorMax Magorsch <arzano@gentoo.org>2020-06-11 18:36:09 +0200
committerMax Magorsch <arzano@gentoo.org>2020-06-11 18:36:09 +0200
commiteeca59d67f0091cc8c75f0685219261f48e1e3a3 (patch)
treed9574c178be87dc19c16417942df24d9237682c2 /web
parentFix the margins of the PR resource icon (diff)
downloadsoko-eeca59d67f0091cc8c75f0685219261f48e1e3a3.tar.gz
soko-eeca59d67f0091cc8c75f0685219261f48e1e3a3.tar.bz2
soko-eeca59d67f0091cc8c75f0685219261f48e1e3a3.zip
Fix the link to Github PRs
Thanks to zlogene for the hint. Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'web')
-rw-r--r--web/templates/packages/resources.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/packages/resources.tmpl b/web/templates/packages/resources.tmpl
index b1b842a..8c77992 100644
--- a/web/templates/packages/resources.tmpl
+++ b/web/templates/packages/resources.tmpl
@@ -12,7 +12,7 @@
<span class="fa fa-fw fa-chain-broken"></span>
CI Report
</a>
- <a href="https://github.com/gentoo/gentoo/pulls?q=is%3Apr+is%3Aopen+{{.Package.Category}}%2F{{.Package.Atom}}" class="list-group-item list-group-item-action text-dark" target="_blank">
+ <a href="https://github.com/gentoo/gentoo/pulls?q=is%3Apr+is%3Aopen+{{.Package.Category}}%2F{{.Package.Name}}" class="list-group-item list-group-item-action text-dark" target="_blank">
<span class="octicon octicon-git-pull-request opticon-resource-icon ml-1"></span>
Open Pull Requests
</a>