diff --git a/app/views/conferences/_program.haml b/app/views/conferences/_program.haml index 2998c2f0..dc11119c 100644 --- a/app/views/conferences/_program.haml +++ b/app/views/conferences/_program.haml @@ -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 diff --git a/app/views/layouts/_navigation.html.haml b/app/views/layouts/_navigation.html.haml index ddc8634a..794caa96 100644 --- a/app/views/layouts/_navigation.html.haml +++ b/app/views/layouts/_navigation.html.haml @@ -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