Resolve merge conflicts with i18n
This commit is contained in:
commit
9753e6db00
6 changed files with 22 additions and 8 deletions
|
|
@ -28,7 +28,9 @@
|
|||
%td= form.text_field 'note', class: 'input-medium'
|
||||
%td= form.collection_select 'article_category_id', ArticleCategory.all,
|
||||
:id, :name, { :include_blank => true }, class: 'input-small'
|
||||
%td= form.text_field 'tax', class: 'input-mini'
|
||||
%td.input-append
|
||||
= form.text_field 'tax', class: 'input-mini'
|
||||
%span.add-on %
|
||||
%td= form.text_field 'deposit', class: 'input-mini'
|
||||
- unless article.errors.empty?
|
||||
%tr.alert
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue