I am in a web page:
http://localhost:3000/
In this page I have a link:
<a href="/dynamic-username/boards">user's boards</a>
in this page I doing click in above link and I go to this page:
http://localhost:3000/dynamic-username/boards
Dynamic username is the username for each user.
I want to apply a css style to the link, if I am visiting this last page. If I visit this page of any user.
How can I apply the css style after I go to second page?
This link is shared for every views in my framework and I have the same css for all views.
I want that if detect this url apply to this link a style css with
font-weight:bold