From 3ddd7c31e89fa1d615fbde6cae5d5a1cf527b972 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Fri, 30 May 2014 15:08:16 +1000 Subject: [PATCH] Patching which image is rendered --- app/views/admin/enterprises/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/enterprises/_form.html.haml b/app/views/admin/enterprises/_form.html.haml index 161f43d34d..06fe94ebf4 100644 --- a/app/views/admin/enterprises/_form.html.haml +++ b/app/views/admin/enterprises/_form.html.haml @@ -177,5 +177,5 @@ %a What's this? .omega.eight.columns - = image_tag @object.promo_image.url if @object.promo_image.present? + = image_tag @object.promo_image(:large) if @object.promo_image.present? = f.file_field :promo_image