Merge pull request #1320 from tobiasd/20150127adminpanel
add links to the plugin config pages for active plugins
This commit is contained in:
commit
147413507b
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue