aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/views/user/set_draft_profile_photo.rhtml9
1 files changed, 6 insertions, 3 deletions
diff --git a/app/views/user/set_draft_profile_photo.rhtml b/app/views/user/set_draft_profile_photo.rhtml
index 03ebb05d3..16a729948 100644
--- a/app/views/user/set_draft_profile_photo.rhtml
+++ b/app/views/user/set_draft_profile_photo.rhtml
@@ -23,11 +23,14 @@
<script type="text/javascript" charset="utf-8">
document.write('<%= submit_tag "Next, crop your photo &gt;&gt;" %>');
</script>
- <noscript>
+ </p>
+
+ <noscript>
+ <div>
<%= hidden_field_tag 'automatically_crop', 1 %>
<%= submit_tag "Done &gt;&gt;" %>
- </noscript>
- </p>
+ </div>
+ </noscript>
<% end %>