From: Jonatan Schlag Date: Tue, 12 Dec 2017 11:28:49 +0000 (+0100) Subject: Merge branch 'master' into bootstrap4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc48d017556cc20e7358462e793fa48a974a58f6;p=pbs.git Merge branch 'master' into bootstrap4 --- dc48d017556cc20e7358462e793fa48a974a58f6 diff --cc src/templates/mirrors/detail.html index 70e78ef3,edf219fc..5940b14c --- a/src/templates/mirrors/detail.html +++ b/src/templates/mirrors/detail.html @@@ -3,50 -3,49 +3,50 @@@ {% block title %}{{ _("Mirror: %s") % mirror.hostname }}{% end block %} {% block body %} - +
+ +
- {% if current_user and current_user.has_perm("manage_mirrors") %} -
- - {{ _("Actions") }} - - +
+
+

+ {{ _("Mirror: %s") % mirror.hostname }}
- {{ _("hosted by %s") % mirror.owner }} ++ {{ mirror.owner }} +

- {% end %} - -