From 9ae215291f217d27ed9cfa8d1ec01ea12f5a8ded Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 23 Oct 2015 10:20:01 +0200 Subject: fix app.tpl missing tag if not authenticated --- view/tpl/app.tpl | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl index 727be5eba..3394cd2ae 100644 --- a/view/tpl/app.tpl +++ b/view/tpl/app.tpl @@ -1,23 +1,25 @@
-
- -
{{$app.name}}
-
-{{if $app.type !== 'system'}} -{{if $purchase}} - -{{/if}} -
-{{if $install || $update || $delete }} -
-
- -{{if $install}}{{/if}} -{{if $edit}}{{/if}} -{{if $delete}}{{/if}} -
-{{/if}} -{{/if}} -
+ + {{if $app.type !== 'system'}} + {{if $purchase}} +
+ +
+ {{/if}} + {{if $install || $update || $delete }} +
+
+ + {{if $install}}{{/if}} + {{if $edit}}{{/if}} + {{if $delete}}{{/if}} +
+
+ {{/if}} + {{/if}}
-- cgit v1.2.3