Merge pull request #1320 from tobiasd/20150127adminpanel

add links to the plugin config pages for active plugins
This commit is contained in:
fabrixxm 2015-01-28 08:24:29 +01:00
commit 147413507b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<dt>{{$plugins.0}}</dt>
{{foreach $plugins.1 as $p}}
<dd>{{$p}}</dd>
<dd><a href="/admin/plugins/{{$p}}/">{{$p}}</a></dd>
{{/foreach}}
</dl>