Create view for splash page from existing routes

This commit is contained in:
Gopesh Tulsyan 2014-05-19 21:21:06 +05:30
parent e11ad83b32
commit 7a5f47257a
8 changed files with 39 additions and 1 deletions

View file

@ -7,8 +7,10 @@
%span.icon-bar
%span.icon-bar
%span.icon-bar
= yield(:splash_logo)
= link_to CONFIG['name'], root_path, :class => 'navbar-brand', :title => "Open Source Event Manager"
.collapse.navbar-collapse
= yield(:splash_header)
- if @conference && !@conference.short_title.nil?
%p.navbar-text
= @conference.short_title