mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add flame
This commit is contained in:
parent
9502544abf
commit
da1751940e
BIN
public/v2/images/flame.png
Normal file
BIN
public/v2/images/flame.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
@ -45,7 +45,8 @@
|
||||
{% include('v2.partials.layout.flashes') %}
|
||||
<div class="row mb-2">
|
||||
<div class="col-sm-6">
|
||||
<h1 class="m-0 text-dark">{% if mainTitleIcon|default(false) %}<i class="fa fas {{ mainTitleIcon }}"></i>{% endif %}
|
||||
<h1 class="m-0 text-dark">
|
||||
{% if mainTitleIcon|default(false) %}<i class="fa fas {{ mainTitleIcon }}"></i>{% endif %}
|
||||
{{ title }} <small class="text-muted">
|
||||
{% if subTitleIcon|default(false) %}<i class="fa fas {{ subTitleIcon }}"></i>{% endif %}
|
||||
{{ subTitle|default('') }}</small></h1>
|
||||
|
Loading…
Reference in New Issue
Block a user