diff options
author | Francis Irving <francis@mysociety.org> | 2010-07-20 01:43:48 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-07-20 01:43:48 +0100 |
commit | d8310fc0e98963661edc9633a0c7b078332d89df (patch) | |
tree | 1d631517b6baaca94234d96daaad2823b6586fb2 | |
parent | a2ee7aaa9c0e52ffcad2a585560922fd9d898cb2 (diff) |
Cancel link
-rw-r--r-- | app/views/user/set_draft_profile_photo.rhtml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/user/set_draft_profile_photo.rhtml b/app/views/user/set_draft_profile_photo.rhtml index f0fb2d7ef..13ca402c2 100644 --- a/app/views/user/set_draft_profile_photo.rhtml +++ b/app/views/user/set_draft_profile_photo.rhtml @@ -31,7 +31,6 @@ <%= submit_tag "Done >>" %> </div> </noscript> - <% end %> <% if @user.profile_photo %> @@ -44,4 +43,8 @@ <% end %> +<p> + <%= link_to h("Cancel, return to your profile page"), user_url(@user) %> +</p> + </div> |