This website requires JavaScript.
Explore
Help
Sign In
cybrespace
/
mastodon
Watch
4
Star
3
Fork
You've already forked mastodon
3
Code
Issues
7
Pull Requests
Releases
Activity
f10feb2e70
mastodon
/
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
Reference in New Issue
View Git Blame
Copy Permalink