Skip to content

Instantly share code, notes, and snippets.

@yamaaki
Created August 11, 2015 07:46
Show Gist options
  • Select an option

  • Save yamaaki/a12e46792662d0e2c11d to your computer and use it in GitHub Desktop.

Select an option

Save yamaaki/a12e46792662d0e2c11d to your computer and use it in GitHub Desktop.
ul#mobile-menu.side-nav.fixed.collapsible data-collapsible="accordion"
li.hide-on-med-and-down.p-logo
= link_to root_path do
img.responsive-img src="http://dummyimage.com/400x300/eee/fff.png&text=Logo"
- if member_signed_in?
li
= nav_header :profile
.collapsible-body
ul
= nav_li :edit_profile
= nav_li :sign_out
- else
= nav_header_li :sign_in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment