Adds include_banner_in_splash to settings dashboard

This commit is contained in:
Gopesh Tulsyan 2014-06-20 19:22:25 +05:30
parent 095aa2b020
commit 524f22835d
4 changed files with 10 additions and 2 deletions

View file

@ -10,6 +10,7 @@
= 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.inputs name: 'Banner for Splash' do
= f.input :include_banner_in_splash, hint: 'This enable the Banner Photo with description to be displayed on the splash'
= 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'