Solve simplest haml-lint Rubocop lints (#27529)
This commit is contained in:
parent
fa65c8244f
commit
70dbf84b9b
11 changed files with 12 additions and 41 deletions
|
|
@ -73,7 +73,7 @@
|
|||
|
||||
%hr.spacer/
|
||||
|
||||
- if @account.user&.invite_request&.text&.present?
|
||||
- if @account.user&.invite_request&.text.present?
|
||||
.speech-bubble
|
||||
.speech-bubble__bubble
|
||||
= @account.user&.invite_request&.text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue