mirror of https://github.com/mastodon/mastodon
Fix Lint issues
This commit is contained in:
parent
42e88d7f26
commit
9925e97e46
|
@ -1,6 +1,5 @@
|
|||
- content_for :page_title do
|
||||
- display_name = display_name(@account).gsub(/:\w+:/, '')
|
||||
= #{display_name(@account)} (#{acct(@account)})
|
||||
display_name(@account).gsub(/:\w+:/, '') + " (#{acct(@account)})"
|
||||
|
||||
- content_for :header_tags do
|
||||
- if @account.user_prefers_noindex?
|
||||
|
|
Loading…
Reference in New Issue