Fix HAML lint in password modal
This commit is contained in:
parent
3acf2e422a
commit
122c45e154
|
@ -1,4 +1,4 @@
|
|||
.modal.fade#modal-passwd{ aria: { hidden: true, labelledby: 'modal-passwd-label' }, role: :dialog, tabindex: -1 }
|
||||
.modal.fade#modal-passwd{ aria: { hidden: true, labelledby: "modal-passwd-label" }, role: :dialog, tabindex: -1 }
|
||||
.modal-dialog
|
||||
.modal-content
|
||||
.modal-header
|
||||
|
|
Loading…
Reference in New Issue