Better import feedback.

This commit is contained in:
James Cole
2015-07-09 18:38:15 +02:00
parent 9c9fc2b5dc
commit f15267c1ab
3 changed files with 27 additions and 6 deletions

View File

@@ -42,6 +42,14 @@
{{ trans('firefly.csv_process_new_entries',{imported: imported}) }}
</p>
{% if journals|length > 0 %}
<ul>
{% for journal in journals %}
<li>#{{ journal.id }}: <a href="{{ route('transactions.show', [journal.id]) }}">{{ journal.description }}</a></li>
{% endfor %}
</ul>
{% endif %}
<p>
<a href="{{ route('csv.index') }}" class="btn btn-warning">{{ 'csv_start_over'|_ }}</a>
<a href="{{ route('index') }}" class="btn btn-success">{{ 'csv_to_index'|_ }}</a>