Create view for splash page from existing routes
This commit is contained in:
parent
e11ad83b32
commit
7a5f47257a
8 changed files with 39 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue