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