This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
glitch-social
mirror of
https://github.com/glitch-soc/mastodon
Watch
1
Star
0
Fork
You've already forked glitch-social
0
Code
Releases
Activity
e2ff39bf5d
glitch-social
/
app
/
helpers
/
application_helper.rb
6 lines
104 B
Ruby
Raw
Blame
History
module
ApplicationHelper
def
active_nav_class
(
path
)
current_page?
(
path
)
?
'active'
:
''
end
end
View Git Blame
Copy Permalink