13 lines
465 B
Text
13 lines
465 B
Text
%table.table.table-condensed
|
|
%tr
|
|
%th= t 'activerecord.attributes.article.price'
|
|
%td.numeric= number_to_currency article.price
|
|
%tr
|
|
%th= t 'activerecord.attributes.article.deposit'
|
|
%td.numeric= number_to_currency article.deposit
|
|
%tr
|
|
%th= t 'activerecord.attributes.article.tax'
|
|
%td.numeric= number_to_percentage article.tax
|
|
%tr
|
|
%th= t 'activerecord.attributes.article.fc_price'
|
|
%td.numeric= number_to_currency article.fc_price
|