Skip to content

Instantly share code, notes, and snippets.

@Kolenov
Last active October 24, 2017 17:17
Show Gist options
  • Save Kolenov/fd81a2b4b1515a42596fc943bbd75888 to your computer and use it in GitHub Desktop.
Save Kolenov/fd81a2b4b1515a42596fc943bbd75888 to your computer and use it in GitHub Desktop.
erb
<% unless current_page?('/') || current_page?('/projects') %>
# '/' the same as root_path
show some stuff
<% end %>
slim, haml
- unless current_page?('/') || current_page?('/projects')
| \# '/' the same as root_path
| show some stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment