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

add github issues

This commit is contained in:
Lukas Winkler 2020-09-01 18:40:12 +02:00
parent 119d1a2d71
commit ca13e3553e
Signed by: lukas
GPG key ID: 54DE4D798D244853
2 changed files with 10 additions and 3 deletions

View file

@ -6,3 +6,6 @@ AOM:
GoogleAuthenticator:
note: This plugin is now replaced with a core feature.
supports4: true
IntranetGeoIP:
issue: https://github.com/ThaDafinser/Piwik-IntranetGeoIP/issues/44

View file

@ -65,11 +65,11 @@
<div class="card-body">
<div class="supports">{% if plugin.supports4 %}✓{% else %}✗{% endif %}</div>
<h5 class="card-title">
<a href="https://plugins.matomo.org/{{ name }}" target="marketplace">
<a href="https://plugins.matomo.org/{{ name }}" target="marketplace" rel="noopener">
{{ name }}
</a>
{% if plugin.repositoryUrl %}
<a href="{{ plugin.repositoryUrl }}" target="github">
<a href="{{ plugin.repositoryUrl }}" target="github" rel="noopener">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<!-- Source: Simplified from https://github.com/logos -->
<title>Source</title>
@ -84,7 +84,8 @@
<p class="card-text">
by
{% for author in plugin.authors %}
<a href="{{ author.homepage }}" class="{% if author.name == "Matomo" %}byMatomo{% endif %}">
<a href="{{ author.homepage }}" class="{% if author.name == "Matomo" %}byMatomo{% endif %}"
target="homepage" rel="noopener">
{{ author.name }}{% if not loop.last %},{% endif %}
</a>
{% endfor %}
@ -99,6 +100,9 @@
<dt class="col-sm-3">Supports Versions</dt>
<dd class="col-sm-9">{{ plugin.supports_version }}</dd>
</dl>
{% if plugin.issue is defined and plugin.issue %}
<p><a href="{{ plugin.issue }}" target="github_issue" rel="noopener">Github issue</a></p>
{% endif %}
{% if plugin.note is defined %}
<p class="card-text">
<strong>Note:</strong> {{ plugin.note|safe }}