Feature #33658 » robots-exclusion-tags.patch
| app/views/account/login.html.erb | ||
|---|---|---|
| 33 | 33 |
<% else %> |
| 34 | 34 |
<%= javascript_tag "$('#username').focus();" %>
|
| 35 | 35 |
<% end %> |
| 36 | ||
| 37 |
<% content_for :header_tags do %> |
|
| 38 |
<%= robot_exclusion_tag %> |
|
| 39 |
<% end %> |
|
| app/views/account/lost_password.html.erb | ||
|---|---|---|
| 9 | 9 |
</p> |
| 10 | 10 |
</div> |
| 11 | 11 |
<% end %> |
| 12 | ||
| 13 |
<% content_for :header_tags do %> |
|
| 14 |
<%= robot_exclusion_tag %> |
|
| 15 |
<% end %> |
|
| app/views/account/password_recovery.html.erb | ||
|---|---|---|
| 21 | 21 |
</div> |
| 22 | 22 |
<p><%= submit_tag l(:button_save) %></p> |
| 23 | 23 |
<% end %> |
| 24 | ||
| 25 |
<% content_for :header_tags do %> |
|
| 26 |
<%= robot_exclusion_tag %> |
|
| 27 |
<% end %> |
|
| app/views/account/register.html.erb | ||
|---|---|---|
| 39 | 39 | |
| 40 | 40 |
<%= submit_tag l(:button_submit) %> |
| 41 | 41 |
<% end %> |
| 42 | ||
| 43 |
<% content_for :header_tags do %> |
|
| 44 |
<%= robot_exclusion_tag %> |
|
| 45 |
<% end %> |
|