From 095aa2b020fe765f4e117470553af85913d46f2e Mon Sep 17 00:00:00 2001 From: Gopesh Tulsyan Date: Fri, 20 Jun 2014 19:12:52 +0530 Subject: [PATCH] Adds banner photo to settings --- app/views/admin/conference/edit.html.haml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/admin/conference/edit.html.haml b/app/views/admin/conference/edit.html.haml index 6acdc847..4bef2cfa 100644 --- a/app/views/admin/conference/edit.html.haml +++ b/app/views/admin/conference/edit.html.haml @@ -9,7 +9,9 @@ = f.input :social_tag, :hint => "The hashtag you'll use on Twitter and Google+. Don't include the '#' sign!'" = f.input :contact_email, :hint => "Contact email address for your conference. Will be used as reply-to address in emails sent out by the system." = f.input :color, :hint => "The color will be used eg for the dashboard.", :input_html => {:size => 6, :type => "color"} - = f.input :description, hint: 'This description will be shown in the program segement of the Splash' + = f.inputs name: 'Banner for Splash' do + = f.input :banner_photo, hint: 'This will be the top most component of the splash.This background cover will contain start_date and end_date of the conference and the description' + = f.input :description, hint: 'This description will be shown at the bottom of the banner photo of the Splash' = f.inputs :name => "Scheduling" do = f.input :timezone, :as => :time_zone, :hint => "The conference time zone"