From 60390b767901a6d495feabf3b3b7cf3ac363c3e8 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 24 2015 11:46:33 +0000 Subject: Present all the plugins in an accordion view The accordion is then filled via ajax calls to the specific plugin page This makes browsing the plugin that much easier. --- diff --git a/pagure/templates/settings.html b/pagure/templates/settings.html index 0cb4234..f2e4749 100644 --- a/pagure/templates/settings.html +++ b/pagure/templates/settings.html @@ -144,15 +144,13 @@ {% if plugins %}

Hooks

- +
+ {% for plugin in plugins %} +

{{ plugin }}

+
+ {% endfor %} + +
{% endif %} @@ -212,4 +210,32 @@ {% block jscripts %} {{ super() }} + {% endblock %}