Skip to content

Add a #routes or #link_to Tag #117

@thecodechef

Description

@thecodechef

Is your feature request related to a problem? Please describe.
I'm currently looking for a way to add my routes in my leaf templates

<a href="#routes(home)">Home</a>
# => <a href="/home">Home</a>

Describe the solution you'd like
I would like for a way to add routes to leaf templates

Describe alternatives you've considered
thought about hardcoding them but that is too tedious and it doesn't scale very well

Additional context
As an Example here is a Rails

<%= link_to "Home", @home %>
# => <a href="/home">Home</a>

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions