Skip to content

Commit

Permalink
AO3-5419 Add GDPR information to the edit profile page (#3315)
Browse files Browse the repository at this point in the history
  • Loading branch information
redsummernight authored and zz9pzza committed May 24, 2018
1 parent d331289 commit c811162
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/views/users/edit.html.erb
Expand Up @@ -9,6 +9,18 @@
<!--/subnav-->

<!--main content-->
<p class="notice">
<%= ts("Any personal information you post on your public AO3 profile,
including your religious or political views, health, racial background,
country of origin, sexual identity and/or personal relationships,
will be accessible by the general public. Read more about our updated
Age and Privacy policies, and see how the AO3 collects data when
you're on the site, and why we don't sell it to third parties
in the %{tos}.",
tos: link_to(ts("Privacy section of AO3 Terms of Service"), tos_path(anchor: "privacy"))
).html_safe %>
</p>

<h3 class="landmark heading"><%= ts("Change Profile") %></h3>
<%= form_for(@user) do |f| %>
<dl>
Expand Down

0 comments on commit c811162

Please sign in to comment.