aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2010-07-13 23:58:36 +0100
committerFrancis Irving <francis@mysociety.org>2010-07-13 23:58:36 +0100
commitc81a4fe81836a2a4706b2986ed4e9d164c24b306 (patch)
tree68ed0ca6f63e888fb350479af8d589f6ee602ec1
parent59395b3bdf19aed7bf5f77656afa6c31dad7e138 (diff)
Formatting of profile photo link
-rw-r--r--app/views/user/show.rhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/user/show.rhtml b/app/views/user/show.rhtml
index 4d2020cdc..47a012f0f 100644
--- a/app/views/user/show.rhtml
+++ b/app/views/user/show.rhtml
@@ -51,8 +51,8 @@
<% if @is_you %>
(just to see how it works)
<br><%= link_to "Change your password", signchangepassword_url() %> |
- <br><%= link_to "Change your email", signchangeemail_url() %> |
- <br><%= link_to "Set profile photo", profile_photo_url() %>
+ <%= link_to "Change your email", signchangeemail_url() %> |
+ <%= link_to "Set profile photo", profile_photo_url() %>
<% end %>
</p>