mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Some cleanup, some bug fixes.
This commit is contained in:
@@ -32,11 +32,14 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<h1 class="page-header">
|
||||
@if(isset($mainTitleIcon))
|
||||
<i class="fa {{{$mainTitleIcon}}}"></i>
|
||||
@endif
|
||||
{{$title or '(no title)'}}
|
||||
@if(isset($subTitle))
|
||||
<small>
|
||||
@if(isset($titleIcon))
|
||||
<i class="fa {{{$titleIcon}}}"></i>
|
||||
@if(isset($subTitleIcon))
|
||||
<i class="fa {{{$subTitleIcon}}}"></i>
|
||||
@endif
|
||||
{{$subTitle}}
|
||||
</small>
|
||||
|
||||
Reference in New Issue
Block a user