forked from treehouse/mastodon
parent
8ff0d64d05
commit
9dc413b025
|
@ -1,3 +1,7 @@
|
|||
- content_for :header_tags do
|
||||
- if @account.user&.setting_noindex
|
||||
%meta{ name: 'robots', content: 'noindex' }/
|
||||
|
||||
.form-container
|
||||
.follow-prompt
|
||||
%h2= t('remote_follow.prompt')
|
||||
|
|
Loading…
Reference in New Issue