Handle errors in upload and sync form

This commit is contained in:
wvengen 2015-04-03 15:53:08 +02:00
parent 18cc105c1e
commit 6ce1b7f928
6 changed files with 61 additions and 38 deletions

View file

@ -27,6 +27,6 @@
= render 'sync_table', articles: @new_articles, field: 'new_articles', hidden_fields: %w(shared_updated_on order_number)
%hr/
- if @ignored_article_count > 0
- if ignored_article_count > 0
%p
%i= t '.outlist.body_ignored', count: @ignored_article_count
%i= t '.outlist.body_ignored', count: ignored_article_count