Skip to content

Instantly share code, notes, and snippets.

@yamaaki
Created August 11, 2015 07:45
Show Gist options
  • Save yamaaki/4aec7409137fbf4983b7 to your computer and use it in GitHub Desktop.
Save yamaaki/4aec7409137fbf4983b7 to your computer and use it in GitHub Desktop.
ul.right.hide-on-med-and-down
- if member_signed_in?
li = link_to edit_member_registration_path, class: 'tooltipped', data: { position: 'left', tooltip: 'Edit Profile' } do
i.material-icons account_box
li = link_to destroy_member_session_path, method: :delete, class: 'tooltipped', data: { position: 'left', tooltip: 'Sign out' } do
i.material-icons exit_to_app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment