use short form plus title for unit quantity

This commit is contained in:
wvengen 2013-04-04 00:24:14 +02:00
parent f55a0955d3
commit e1f5969719
3 changed files with 10 additions and 7 deletions

View file

@ -11,7 +11,8 @@
%th= sort_link_helper t('simple_form.labels.article.article_category'), "category"
%th= sort_link_helper t('simple_form.labels.article.unit'), "unit"
%th= sort_link_helper t('simple_form.labels.article.note'), "note"
%th{:style => "width: 4em;"}= t '.unit_quantity'
%th{:style => "width: 4em;"}
%acronym{:title => t('.unit_quantity_desc')}= t '.unit_quantity_short'
%th{:style => "width: 5em;"}= t '.price_netto'
%th{:style => "width: 3.5em;"}= t 'simple_form.labels.defaults.tax'
%th{:style => "width: 4em;"}= t 'simple_form.labels.defaults.deposit'