I am willing to do as follows :
{{#if location_resource_is_present}}
{{#link-to location_resource_link }} {{location_resource_name}}
{{/if}}
The problem here is that location_resource_link is a property which stores the route name at the run-time. How can I use it in link-to helper?