fix i18n of article sync

This commit is contained in:
wvengen 2013-10-03 14:07:03 +02:00
parent 3574f239c6
commit 1674dcf851
5 changed files with 31 additions and 24 deletions

View file

@ -1,4 +1,4 @@
- title 'Artikel mit externer Datenbank synchronisieren'
- title t('.title')
= form_tag update_synchronized_supplier_articles_path(@supplier) do
%h2= t '.outlist.title'
@ -19,9 +19,8 @@
%h2= t '.update.title'
%p
%i
%b= @updated_articles.size
= t '.update.update_msg'
= t('.update.body').html_safe
= t '.update.update_msg', count: @updated_articles.size
= t '.update.body'
%table.table
%thead
%tr