Add some links to navbar
This commit is contained in:
parent
2e24ae5d2c
commit
20f1afd4e6
2 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
= content_for :splash_nav do
|
||||
%li
|
||||
%a.smoothscroll{ href: '#program' } Program
|
||||
%li
|
||||
= link_to('Schedule', conference_schedule_path(@conference))
|
||||
|
||||
- cache [conference, highlights, tracks, booths, '#splash#program'] do
|
||||
%section#program
|
||||
|
|
|
|||
|
|
@ -19,6 +19,10 @@
|
|||
- if content_for :splash_nav
|
||||
%ul.nav.navbar-nav#splash-nav
|
||||
= content_for :splash_nav
|
||||
%li
|
||||
= link_to 'https://snap.berkeley.edu', target: '_blank' do
|
||||
Snap
|
||||
%em !
|
||||
-if user_signed_in?
|
||||
.btn-group.pull-right
|
||||
%ul.nav.navbar-nav.navbar-right
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue