Skip to content

Instantly share code, notes, and snippets.

@akestner
Created October 17, 2015 21:49
Show Gist options
  • Save akestner/6d8df4599d5d4812b1fc to your computer and use it in GitHub Desktop.
Save akestner/6d8df4599d5d4812b1fc to your computer and use it in GitHub Desktop.
- if current_page?(controller: 'pages', action: 'candidate_landing')
li.navbar-switch
= link_to t("navbar.candidate_landing.to_employer_landing"), employer_landing_path,
class: 'navbar-link'
- elsif current_page?(controller: 'pages', action: 'employer_landing')
li.navbar-switch
= link_to t("navbar.employer_landing.to_candidate_landing"), root_path,
class: 'navbar-link'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment