tidy nav bar
This commit is contained in:
parent
c21c6e1525
commit
cf40f25a3d
2 changed files with 7 additions and 1 deletions
|
|
@ -22,7 +22,9 @@
|
||||||
%li
|
%li
|
||||||
= link_to 'https://snap.berkeley.edu', target: '_blank' do
|
= link_to 'https://snap.berkeley.edu', target: '_blank' do
|
||||||
Snap
|
Snap
|
||||||
%em !
|
%em> !
|
||||||
|
%li
|
||||||
|
= link_to 'Forum', 'https://forum.snap.berkeley.edu', target: '_blank'
|
||||||
-if user_signed_in?
|
-if user_signed_in?
|
||||||
.btn-group.pull-right
|
.btn-group.pull-right
|
||||||
%ul.nav.navbar-nav.navbar-right
|
%ul.nav.navbar-nav.navbar-right
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,10 @@
|
||||||
%meta{ property: "og:image", content: @speakers_ordered.first.profile_picture }
|
%meta{ property: "og:image", content: @speakers_ordered.first.profile_picture }
|
||||||
%meta{ property: "og:image:secure_url", 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
|
.container
|
||||||
.row.page-header
|
.row.page-header
|
||||||
.col-md-10
|
.col-md-10
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue