mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 18:54:58 +00:00 
			
		
		
		
	Fix image link
This commit is contained in:
		| @@ -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 %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user