From 533769fe23df8f3dacdbbec9243903cf833f32cb Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sat, 13 Mar 2021 14:19:52 +0100 Subject: [PATCH] subnode styling --- app/templates/node.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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() %}