Closed pdx91 closed 7 years ago
Is there any way I or potential solution if I want the regex to match the label name instead of the original url?
Thanks
You probably need to so something like this:
- is_active = label == "Some Label" = active_link_to label, '/some-path', active: is_active
Thank you sir!
Is there any way I or potential solution if I want the regex to match the label name instead of the original url?
Thanks