use more beautiful close mark
This commit is contained in:
parent
a501fac76f
commit
6c65799025
9 changed files with 9 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
= simple_form_for @invite, remote: true do |form|
|
||||
.modal-header
|
||||
= button_tag t('ui.marks.close'), class: 'close', data: {dismiss: 'modal'}
|
||||
= button_tag t('ui.marks.close').html_safe, class: 'close', data: {dismiss: 'modal'}
|
||||
%h3= t '.title'
|
||||
.modal-body
|
||||
= t('.body', group: @invite.group.name).html_safe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue