mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 18:39:58 +01:00
Fix HAML lint in password modal
This commit is contained in:
parent
3acf2e422a
commit
122c45e154
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue