1
0
Fork 0
mirror of https://github.com/Findus23/matomo4-plugins.git synced 2024-09-19 15:23:43 +02:00

fix links to marketplace

This commit is contained in:
Lukas Winkler 2023-02-13 00:55:19 +01:00
parent 700119ddc7
commit 4ce472374b
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -70,7 +70,7 @@
<div class="card-body">
<div class="supports">{% if plugin.supports_new %}✓{% else %}✗{% endif %}</div>
<h5 class="card-title">
<a href="https://{% if not plugin.isTheme %}plugins{% else %}themes{% endif %}.matomo.org/{{ name }}?matomoversion={% if plugin.supports_new %}4{% else %}3{% endif %}"
<a href="https://{% if not plugin.isTheme %}plugins{% else %}themes{% endif %}.matomo.org/{{ name }}?matomoversion={% if plugin.supports_new %}{{ majorversion }}{% else %}{{ majorversion - 1 }}{% endif %}"
target="marketplace" rel="noopener">
{{ name }}
</a>