Skip to content

Commit

Permalink
Merge pull request #586 from ministryofjustice/PFT-442-photoupload-copy
Browse files Browse the repository at this point in the history
Photo - change guidance
  • Loading branch information
cleargif authored Sep 13, 2017
2 parents 5a3acb0 + eebb199 commit b68ce6e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions app/views/person_image/edit.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,22 @@
.column-one-half
%h3.heading-medium{:for => "person_profile_photo_id"}
Profile picture
-# %span.form-hint
-# = "There are some steps to follow"
%span.form-hint
= "Your picture must be a minimum of 648 by 648 pixels and no more than 6mb in size."
%ol.list.list-number
%li
Choose a photo or drag and drop
Choose a photo that help people to recognise you
%li
Click the Upload photo button
Click on choose file or drag and drop
%li
Click the upload photo button
%li
Use your mouse to adjust the crop lines
%li
Click the Crop photo button
%li
Click the Save button


.column-one-half
= form_for @person, builder: PersonFormBuilder, html: { multipart: true, class: person_form_class(@person, @activity) } do |f|
.form-group.person-photo.initial
Expand Down

0 comments on commit b68ce6e

Please sign in to comment.