Merge e49906f342 into e11ad83b32
This commit is contained in:
commit
830193bdca
6 changed files with 26 additions and 2 deletions
|
|
@ -7,8 +7,12 @@
|
|||
%span.icon-bar
|
||||
%span.icon-bar
|
||||
%span.icon-bar
|
||||
= link_to CONFIG['name'], root_path, :class => 'navbar-brand', :title => "Open Source Event Manager"
|
||||
- if @conference
|
||||
= link_to @conference.title, "#", :class => 'navbar-brand'
|
||||
- else
|
||||
= 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