diff options
Diffstat (limited to 'app')
-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> |