mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Basic upload working.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
{% if Session.has('info') %}
|
||||
<div class="alert alert-info alert-dismissible" role="alert">
|
||||
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span><span class="sr-only">{{ 'close'|_ }}</span></button>
|
||||
<strong>Info:</strong> {{ Session.get('info') }}
|
||||
<strong>Info:</strong> {{ Session.get('info')|raw }}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
@@ -22,6 +22,6 @@
|
||||
{% if Session.has('error') %}
|
||||
<div class="alert alert-danger alert-dismissible" role="alert">
|
||||
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span><span class="sr-only">{{ 'close'|_ }}</span></button>
|
||||
<strong>Error!</strong> {{ Session.get('error') }}
|
||||
<strong>Error!</strong> {{ Session.get('error')|raw }}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user