Removed brand helper for consistency, replaced glyphicons with fontawesome icons
This commit is contained in:
parent
ac25561523
commit
4809edffe4
3 changed files with 1 additions and 21 deletions
|
|
@ -1,5 +1,3 @@
|
|||
= content_for :brand do
|
||||
= link_to @conference.short_title, conference_url(@conference.short_title), class: 'navbar-brand'
|
||||
= content_for :splash do
|
||||
.splash
|
||||
- if @conference.include_banner_in_splash?
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
%span.icon-bar
|
||||
%span.icon-bar
|
||||
%span.icon-bar
|
||||
= brand
|
||||
= link_to CONFIG['name'], root_path, class: 'navbar-brand', title: 'Open Source Event Manager'
|
||||
.collapse.navbar-collapse
|
||||
- if content_for :splash_nav
|
||||
%ul.nav.navbar-nav#splash-nav
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue