Skip to content
Snippets Groups Projects
Commit c6470fbc authored by Eugen Ciur's avatar Eugen Ciur
Browse files

remove obscure link_to_left and link_to_right components

parent e5dbbfda
No related branches found
No related tags found
No related merge requests found
{{#if @extranode}}
<LinkTo
@route="authenticated.document"
@model={{@node.id}}
@query={{hash extranode_id=@extranode.id}}>
{{@node.title}}
</LinkTo>
{{else}}
<LinkTo
@route="authenticated.document"
@model={{@node.id}}>
{{@node.title}}
</LinkTo>
{{/if}}
\ No newline at end of file
{{#if @extranode}}
<LinkTo
@route="authenticated.nodes"
@model={{@node.id}}
@query={{hash extranode_id=@extranode.id}}>
{{@node.title}}
</LinkTo>
{{else}}
<LinkTo
@route="authenticated.nodes"
@model={{@node.id}}>
{{@node.title}}
</LinkTo>
{{/if}}
\ No newline at end of file
<LinkTo
@route="authenticated.nodes"
@model={{@node.id}}
@query={{hash extranode_id=@extranode.id}}>
{{@extranode.title}}
</LinkTo>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment