]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #1325 from annando/1501-more-stuff-to-proxy
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 28 Jan 2015 10:16:50 +0000 (11:16 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 28 Jan 2015 10:16:50 +0000 (11:16 +0100)
Just two more places where pictures have to be send through the proxy

view/templates/admin_summary.tpl

index aaa8c9540845941115e497b9c78f13f7d2619df7..8a3ac5bf0ad8b46255eaccb8e9dfb42eff58f305 100644 (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>