From 65a0e4707a9686bfc15ff72d45de1a2c8627fb51 Mon Sep 17 00:00:00 2001 From: Rob H Date: Wed, 18 Jun 2014 12:58:32 +1000 Subject: [PATCH] Add text which explains cropping of promo image --- app/views/admin/enterprises/_form.html.haml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/admin/enterprises/_form.html.haml b/app/views/admin/enterprises/_form.html.haml index 57ac4950ba..d8fab90c6b 100644 --- a/app/views/admin/enterprises/_form.html.haml +++ b/app/views/admin/enterprises/_form.html.haml @@ -182,8 +182,10 @@ .row .alpha.three.columns = f.label :promo_image, class: 'with-tip', 'data-powertip' => 'This image is displayed in "About Us"' - .with-tip{'data-powertip' => 'This image is displayed on the right hand side of the "About Us" section of your public profile.'} - %a What's this? + %br/ + %span{ style: 'font-weight:bold' } PLEASE NOTE: + Any promo image uploaded here will be cropped to 1200 x 260. + This image is displayed on the right hand side of the "About Us" section of your public profile. .omega.eight.columns = image_tag @object.promo_image(:large) if @object.promo_image.present?