From eebb199b4d3477844047a9cb341ba43ba569c08d Mon Sep 17 00:00:00 2001 From: "David Plews (ClearGif)" Date: Wed, 13 Sep 2017 09:35:26 +0100 Subject: [PATCH] Photo - change guidance https://dsdmoj.atlassian.net/browse/PFT-442 Why are we doing this? To give better guidance when users upload a picture What this PR does: Updates the copy for the guidance steps --- app/views/person_image/edit.html.haml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/views/person_image/edit.html.haml b/app/views/person_image/edit.html.haml index 2269b7b7d..c164991fc 100644 --- a/app/views/person_image/edit.html.haml +++ b/app/views/person_image/edit.html.haml @@ -13,13 +13,15 @@ .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 @@ -27,7 +29,6 @@ %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