We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f608211 commit 6aa7451Copy full SHA for 6aa7451
plugins/Marketplace/templates/plugin-list.twig
@@ -1,11 +1,10 @@
1
-{% import '@Marketplace/macros.twig' as marketplaceMacro %}
2
-
3
{% if pluginsToShow|length > 0 %}
4
<div class="pluginListContainer row">
5
{% for plugin in pluginsToShow %}
6
<div class="col s12 m6 l4">
7
{% embed 'contentBlock.twig' with {'title': ''} %}
8
{% block content %}
+ {% import '@Marketplace/macros.twig' as marketplaceMacro %}
9
<div class="plugin">
10
<h3 class="card-title" title="{{ 'General_MoreDetails'|translate }}">
11
<a href="#" piwik-plugin-name="{{ plugin.name }}">{{ plugin.displayName }}</a>
0 commit comments