mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 19:31:01 -06:00
Fix image link
This commit is contained in:
parent
5cc840e390
commit
1fd8c9adc2
@ -19,12 +19,12 @@
|
||||
{# button for each import thing: #}
|
||||
<div class="col-lg-1 col-md-4 col-sm-6 text-center">
|
||||
{% if not provider.allowed_for_demo and isDemoUser %}
|
||||
<img src="images/logos/{{ name }}.png" alt="{{ trans(('import.button_'~name)) }}"/><br/>
|
||||
<img src="v1/images/logos/{{ name }}.png" alt="{{ trans(('import.button_'~name)) }}"/><br/>
|
||||
{{ trans(('import.button_'~name)) }}<br>
|
||||
({{ trans('import.disabled_for_demo_user') }})
|
||||
{% else %}
|
||||
<a href="{{ route('import.create', [name]) }}">
|
||||
<img src="images/logos/{{ name }}.png" alt="{{ trans(('import.button_'~name)) }}"/><br/>
|
||||
<img src="v1/images/logos/{{ name }}.png" alt="{{ trans(('import.button_'~name)) }}"/><br/>
|
||||
{{ trans(('import.button_'~name)) }}
|
||||
</a>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user