2
0

Fix haml-lint UnnecessaryStringOutput for views (#27531)

This commit is contained in:
Matt Jankowski
2023-10-25 08:01:00 -04:00
committed by GitHub
parent c85e0a6b04
commit c926f5fd67
17 changed files with 22 additions and 42 deletions

View File

@@ -1,5 +1,5 @@
- content_for :page_title do
= "#{display_name(@account)} (#{acct(@account)})"
#{display_name(@account)} (#{acct(@account)})
- content_for :header_tags do
- if @account.user_prefers_noindex?