From cf40f25a3dc32461798a34180a9c038e2972d95e Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Tue, 28 Jul 2020 00:33:04 -0700 Subject: [PATCH] tidy nav bar --- app/views/layouts/_navigation.html.haml | 4 +++- app/views/proposals/show.html.haml | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/_navigation.html.haml b/app/views/layouts/_navigation.html.haml index 239c053f..fb1ddeff 100644 --- a/app/views/layouts/_navigation.html.haml +++ b/app/views/layouts/_navigation.html.haml @@ -22,7 +22,9 @@ %li = link_to 'https://snap.berkeley.edu', target: '_blank' do Snap - %em ! + %em> ! + %li + = link_to 'Forum', 'https://forum.snap.berkeley.edu', target: '_blank' -if user_signed_in? .btn-group.pull-right %ul.nav.navbar-nav.navbar-right diff --git a/app/views/proposals/show.html.haml b/app/views/proposals/show.html.haml index 61c99d70..3ca2aeea 100644 --- a/app/views/proposals/show.html.haml +++ b/app/views/proposals/show.html.haml @@ -7,6 +7,10 @@ %meta{ property: "og:image", content: @speakers_ordered.first.profile_picture } %meta{ property: "og:image:secure_url", content: @speakers_ordered.first.profile_picture } += content_for :splash_nav do + %li + = link_to('Schedule', events_conference_schedule_path(@conference)) + .container .row.page-header .col-md-10