aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/user/set_draft_profile_photo.rhtml5
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 &gt;&gt;" %>
</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>