From 35d590c9269e6b4ffd74085a63ea96278f31e299 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Wed, 9 Apr 2014 15:53:39 +1000 Subject: [PATCH] Fixing a bug uploading promo images --- 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 2d3c728bf0..1cb9707ecf 100644 --- a/app/views/admin/enterprises/_form.html.haml +++ b/app/views/admin/enterprises/_form.html.haml @@ -155,4 +155,4 @@ .omega.four.columns = image_tag @object.promo_image.url if @object.promo_image.present? - = f.file_field :pro_image + = f.file_field :promo_image