Skip to content

Commit d00a326

Browse files
committed
Add photo to user
1 parent 918eb67 commit d00a326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/devise/registrations/edit.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
hint: "we need your current password to confirm your changes",
2323
required: true,
2424
input_html: { autocomplete: "current-password" } %>
25-
<%= f.input :photo
25+
<%= f.input :photo
2626

2727
%>
2828
</div>

0 commit comments

Comments
 (0)