Skip to content

Instantly share code, notes, and snippets.

@joelbrewer
Created January 31, 2014 17:02
Show Gist options
  • Save joelbrewer/8736314 to your computer and use it in GitHub Desktop.
Save joelbrewer/8736314 to your computer and use it in GitHub Desktop.
%nav
%ul
= render 'layouts/all_user_links'
- if signed_in?
- if current_user.investor?
= render 'layouts/investor_links'
- if current_user.entrepreneur?
= render 'layouts/entrepreneur_links'
= render 'layouts/all_signed_in_user_links'
- else
%li= link_to "Sign in", new_user_session_path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment