I try to build a link to a nested route and want to add a class to this link (for twitter bootstrap)
The result should something like this:
< a href=\
Use:
{{#link-to 'rent' rent class='btn btn-primary btn-small'}}Go to rent{{/link-to}}
As link-to is a view helper.
link-to