1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00

Remove href from hash link

This commit is contained in:
handlerug 2021-07-02 22:25:36 +07:00
parent f497183724
commit a8efad5ff9
No known key found for this signature in database
GPG Key ID: 38009F0605051491
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ if err != nil {
<time class="recent-changes__entry__time">
{%s rev.Time.UTC().Format("15:04 UTC") %}
</time>
<a class="recent-changes__entry__message" href="#">{%s rev.Hash %}</a>
<a class="recent-changes__entry__message">{%s rev.Hash %}</a>
{% if rev.Username != "anon" %}
<span class="recent-changes__entry__author">

View File

@ -306,7 +306,7 @@ func streamrecentChangesEntry(qw422016 *qt422016.Writer, rev history.Revision) {
//line views/history.qtpl:93
qw422016.N().S(`
</time>
<a class="recent-changes__entry__message" href="#">`)
<a class="recent-changes__entry__message">`)
//line views/history.qtpl:95
qw422016.E().S(rev.Hash)
//line views/history.qtpl:95