summaryrefslogtreecommitdiffstats
path: root/gitsrht/templates/tree.html
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-09-21 18:26:22 -0400
committerDrew DeVault <sir@cmpwn.com>2018-09-21 18:26:22 -0400
commit57ed00505aa190957d81690c0c9b758184a46302 (patch)
tree04de9bcaa2fc925ad58bec7a80420c9ce80097a8 /gitsrht/templates/tree.html
parent35854188daf6f2ec4ff77ff63e795b0c7d89da9b (diff)
Split up columns more, gray stuff out
Diffstat (limited to 'gitsrht/templates/tree.html')
-rw-r--r--gitsrht/templates/tree.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/gitsrht/templates/tree.html b/gitsrht/templates/tree.html
index d2d4df0..116f9fd 100644
--- a/gitsrht/templates/tree.html
+++ b/gitsrht/templates/tree.html
@@ -28,7 +28,11 @@
</div>
<div class="commit">
{% if entry.commit %}
- <a href="#">{{trim_commit(entry.commit.message)}}</a> &mdash;
+ <a href="#">{{trim_commit(entry.commit.message)}}</a>
+ {% endif %}
+ </div>
+ <div class="date">
+ {% if entry.commit %}
{{ commit_time(entry.commit) | date }}
{% endif %}
</div>