aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/tpl/install.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/view/tpl/install.tpl b/view/tpl/install.tpl
index 5ab722b12..56faa0527 100644
--- a/view/tpl/install.tpl
+++ b/view/tpl/install.tpl
@@ -2,7 +2,9 @@
<div class="jumbotron">
<h1>{{$title}}</h1>
<hr class="my-4">
+ {{if $icon}}
<h2><i class="fa fa-{{$icon}}"></i>&nbsp; {{$pass}}</h2>
+ {{/if}}
</div>
{{if $status}}
@@ -11,5 +13,5 @@
<div class="alert alert-info">{{$text}}</div>
<br>
- {{$what_next}}
+ {{if $what_next}}{{$what_next}}{{/if}}
</div>