Skip to content

Commit

Permalink
Change text to sentence case in my/profile directory issue exercism/e…
Browse files Browse the repository at this point in the history
  • Loading branch information
amaliacardenas committed Aug 15, 2018
1 parent 1d839a6 commit 0728820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/my/profile/_avatar_edit.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.image-preview.js-image-preview-container{ style: "background-image: url('#{image_url(user.avatar_url)}')" }
.file-selector-section
.file-selector
Change Image
Change image
= form.file_field :avatar, class: "js-image-preview-file"
%p.text-hint Try and choose a square photo that works when rounded.
- if user.errors.any?
Expand Down

0 comments on commit 0728820

Please sign in to comment.