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

fix comparison

This commit is contained in:
Lukas Winkler 2020-10-26 21:22:40 +01:00
parent d850445e96
commit 86d54b1932
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

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