diff options
author | Francis Irving <francis@mysociety.org> | 2010-08-19 16:09:59 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-08-19 16:09:59 +0100 |
commit | 9c6b04455fc17b8120403a39c7bc1c30b90446e8 (patch) | |
tree | e4c5c767ad5d1476f16129d186cf9598883caed7 | |
parent | e62ba5ae28f6d424c755178298b9920a2eb40c63 (diff) |
Clearer title for search engines
-rw-r--r-- | app/views/user/show.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/user/show.rhtml b/app/views/user/show.rhtml index 56dabeff8..8bd758f78 100644 --- a/app/views/user/show.rhtml +++ b/app/views/user/show.rhtml @@ -1,4 +1,4 @@ -<% @title = h(@display_user.name) + (@is_you ? " (you)" : "") %> +<% @title = h(@display_user.name) + " - Freedom of Information requests" %> <% if (@same_name_users.size >= 1) %> <p>There is <strong>more than one person</strong> who uses this site and has this name. @@ -56,7 +56,7 @@ <% end %> </p> - <h1><%=@title%></h1> + <h1> <%= h(@display_user.name) + (@is_you ? " (you)" : "") %> </h1> <p class="subtitle"> Joined WhatDoTheyKnow in <%= year_from_date(@display_user.created_at) %> |