Merge branch 'master' into article-dialog
Conflicts: app/assets/stylesheets/bootstrap_and_overrides.css.less
This commit is contained in:
commit
923b579bd1
30 changed files with 451 additions and 677 deletions
|
|
@ -3,7 +3,7 @@
|
|||
= f.hidden_field :supplier_id
|
||||
.modal-header
|
||||
= link_to t('ui.marks.close').html_safe, '#', class: 'close', data: {dismiss: 'modal'}
|
||||
%h3= t '.title'
|
||||
%h3= @article.new_record? ? t('.title_new') : t('.title_edit')
|
||||
.modal-body
|
||||
/= f.input :availability
|
||||
= f.input :name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue