diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-09-23 18:33:52 +0000 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-09-23 18:33:52 +0000 |
commit | b4906228b7c4367246e5788f974d7b83088ba9c2 (patch) | |
tree | 9d32b2a08350a6a31489c423d86f6ff49866bc77 /web | |
parent | Add a link to repology in the resources section (diff) | |
download | soko-b4906228b7c4367246e5788f974d7b83088ba9c2.tar.gz soko-b4906228b7c4367246e5788f974d7b83088ba9c2.tar.bz2 soko-b4906228b7c4367246e5788f974d7b83088ba9c2.zip |
Consolidate the links in the resources section
Thanks to veremitz for this contribution
Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'web')
-rw-r--r-- | web/templates/packages/resources.tmpl | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/web/templates/packages/resources.tmpl b/web/templates/packages/resources.tmpl index b759ee5..aace85a 100644 --- a/web/templates/packages/resources.tmpl +++ b/web/templates/packages/resources.tmpl @@ -11,15 +11,8 @@ </dd> <dd> <span class="fa fa-fw fa-chain-broken"></span> - <a href="https://qa-reports.gentoo.org/output/gentoo-ci/output.html;pkg={{.Package.Category}}:{{.Package.Name}}" target="_blank"> - CI Report - </a> - </dd> - <dd> - <span class="fa fa-fw fa-chain-broken"></span> - <a href="https://qa-reports.gentoo.org/output/gentoo-ci/output.verbose.html;pkg={{.Package.Category}}:{{.Package.Name}}" target="_blank"> - CI Report (verbose) - </a> + <a href="https://qa-reports.gentoo.org/output/gentoo-ci/output.html;pkg={{.Package.Category}}:{{.Package.Name}}" title="CI report" target="_blank">CI Report</a> + (<a href="https://qa-reports.gentoo.org/output/gentoo-ci/output.verbose.html;pkg={{.Package.Category}}:{{.Package.Name}}" title="Verbose CI report" target="_blank">verbose</a>) </dd> <dd> <span class="fa fa-fw fa-sort-numeric-desc"></span> @@ -53,9 +46,8 @@ </dd> <dd> <span class="fa fa-fw fa-history"></span> - <a href="https://gitweb.gentoo.org/repo/gentoo.git/log/{{.Package.Atom}}?showmsg=1" target="_blank"> - Git log - </a> + <a href="https://gitweb.gentoo.org/repo/gentoo.git/log/{{.Package.Atom}}?showmsg=1" title="Git log" target="_blank">Git log</a> + (<a href="https://gitweb.gentoo.org/repo/gentoo.git/log/{{.Package.Atom}}" title="Short git log" target="_blank">short</a>) </dd> <dd> <span class="fa fa-fw fa-rss"></span> |