fix edit article dialog title
This commit is contained in:
parent
e42589ae72
commit
1c4b9591a2
5 changed files with 9 additions and 5 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