diff --git a/app/templates/node.html b/app/templates/node.html index 1ebb31bc0..32ad273c3 100644 --- a/app/templates/node.html +++ b/app/templates/node.html @@ -50,7 +50,7 @@ {% for subnode in node.subnodes %}
- Subnode [[@{{subnode.user}}/{{node.uri}}]]
+ ↳ subnode [[@{{subnode.user}}/{{node.uri}}]]
from {{subnode.uri}} by @{{subnode.user}}
{{ subnode.render()|linkify|safe }} @@ -62,7 +62,7 @@ {% for subnode in node.pushed_subnodes() %}