Fix image link

This commit is contained in:
James Cole 2018-11-10 10:50:20 +01:00
parent 5cc840e390
commit 1fd8c9adc2
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -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 %}