Fix remote interaction dialogs being indexed by search engines (#10240)

Fix #10116
th-downstream
Eugen Rochko 6 years ago committed by GitHub
parent b80943b08b
commit 2572884347

@ -1,6 +1,5 @@
- content_for :header_tags do
- if @account.user&.setting_noindex
%meta{ name: 'robots', content: 'noindex' }/
%meta{ name: 'robots', content: 'noindex' }/
.form-container
.follow-prompt

@ -1,3 +1,6 @@
- content_for :header_tags do
%meta{ name: 'robots', content: 'noindex' }/
.form-container
.follow-prompt
%h2= t("remote_interaction.#{@interaction_type}.prompt")

Loading…
Cancel
Save