diff --git a/app/views/account/login.html.erb b/app/views/account/login.html.erb index 1440e3227..ba212c6a3 100644 --- a/app/views/account/login.html.erb +++ b/app/views/account/login.html.erb @@ -33,3 +33,7 @@ <% else %> <%= javascript_tag "$('#username').focus();" %> <% end %> + +<% content_for :header_tags do %> + <%= robot_exclusion_tag %> +<% end %> diff --git a/app/views/account/lost_password.html.erb b/app/views/account/lost_password.html.erb index 19df8d9a9..d0f82bddf 100644 --- a/app/views/account/lost_password.html.erb +++ b/app/views/account/lost_password.html.erb @@ -9,3 +9,7 @@

<% end %> + +<% content_for :header_tags do %> + <%= robot_exclusion_tag %> +<% end %> diff --git a/app/views/account/password_recovery.html.erb b/app/views/account/password_recovery.html.erb index 0c275b476..6e6af401d 100644 --- a/app/views/account/password_recovery.html.erb +++ b/app/views/account/password_recovery.html.erb @@ -21,3 +21,7 @@

<%= submit_tag l(:button_save) %>

<% end %> + +<% content_for :header_tags do %> + <%= robot_exclusion_tag %> +<% end %> diff --git a/app/views/account/register.html.erb b/app/views/account/register.html.erb index f35e0e0cc..90154885f 100644 --- a/app/views/account/register.html.erb +++ b/app/views/account/register.html.erb @@ -39,3 +39,7 @@ <%= submit_tag l(:button_submit) %> <% end %> + +<% content_for :header_tags do %> + <%= robot_exclusion_tag %> +<% end %>