diff options
author | Mario <mario@mariovavti.com> | 2024-06-13 09:37:21 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-06-13 09:37:21 +0000 |
commit | 6a63a38e8d4423fa317ce3e3bc6d537b098821c4 (patch) | |
tree | 53768900bf54f7faadd921917f67a3bd7c942a4e /view | |
parent | 088a87914f7bbe5bb45ea125ae3c1b1a8ef0ed80 (diff) | |
parent | ac1e20b1880d57aab2048e670449768d51dbc0b0 (diff) | |
download | volse-hubzilla-6a63a38e8d4423fa317ce3e3bc6d537b098821c4.tar.gz volse-hubzilla-6a63a38e8d4423fa317ce3e3bc6d537b098821c4.tar.bz2 volse-hubzilla-6a63a38e8d4423fa317ce3e3bc6d537b098821c4.zip |
Merge branch 'fix-test-warnings' into 'dev'
Fix test warnings
See merge request hubzilla/core!2134
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/install.tpl | 4 |
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> {{$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> |