Last active
October 24, 2017 17:17
-
-
Save Kolenov/fd81a2b4b1515a42596fc943bbd75888 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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