From 6564fa000d79913ee3e539c3d960946a8da3a567 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 25 Oct 2017 16:16:58 +0200 Subject: [PATCH] Titles for node details --- src/templates/nodes/custom/_node_details.pug | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/templates/nodes/custom/_node_details.pug b/src/templates/nodes/custom/_node_details.pug index ec5d43e2..511815d1 100644 --- a/src/templates/nodes/custom/_node_details.pug +++ b/src/templates/nodes/custom/_node_details.pug @@ -5,7 +5,8 @@ | {{ node.properties.status | undertitle }} | {% endif %} - li {{ node.user.full_name }} + li(title="Author") + | {{ node.user.full_name }} li.dim( title="Created {{ node._created }} (updated {{ node._updated | pretty_date_time }})") @@ -21,9 +22,9 @@ li.left-side | {% if node.file %} - li.dim + li.dim(title="File size") | {{ node.file.length | filesizeformat }} - li.dim + li.dim(title="File format") | {{ node.file.content_type }} | {% endif %}