From 9eae5e6256684311d2fd436b46c6cfaadbdc34bf Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Sun, 8 Aug 2021 22:20:20 +0500 Subject: [PATCH] Recent changes: Make the hash span, not link --- views/history.qtpl | 2 +- views/history.qtpl.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/views/history.qtpl b/views/history.qtpl index 0c26465..40f198a 100644 --- a/views/history.qtpl +++ b/views/history.qtpl @@ -93,7 +93,7 @@ if err != nil { - {%s rev.Hash %} + {%s rev.Hash %} {% if rev.Username != "anon" %} diff --git a/views/history.qtpl.go b/views/history.qtpl.go index 7a29058..833b51d 100644 --- a/views/history.qtpl.go +++ b/views/history.qtpl.go @@ -311,11 +311,11 @@ func streamrecentChangesEntry(qw422016 *qt422016.Writer, rev history.Revision) { //line views/history.qtpl:94 qw422016.N().S(` - `) + `) //line views/history.qtpl:96 qw422016.E().S(rev.Hash) //line views/history.qtpl:96 - qw422016.N().S(` + qw422016.N().S(` `) //line views/history.qtpl:98