mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 23:41:10 +00:00
Fix some things in import routine.
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
<p>
|
||||
{{ trans('import.file_map_text') }}
|
||||
</p>
|
||||
{% if data|length == 0 %}
|
||||
<p class="text-danger">
|
||||
{{ trans('import.file_nothing_to_map') }}
|
||||
</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -25,6 +30,8 @@
|
||||
<form action="{{ route('import.configure.post', job.key) }}" method="post">
|
||||
<input type="hidden" name="_token" value="{{ csrf_token() }}"/>
|
||||
|
||||
|
||||
|
||||
{% for field in data %}
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
|
||||
Reference in New Issue
Block a user