fix edit article dialog title

This commit is contained in:
wvengen 2013-12-06 12:34:14 +01:00
parent e42589ae72
commit 1c4b9591a2
5 changed files with 9 additions and 5 deletions

View file

@ -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