mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-01-07 10:20:26 +00:00
Recent changes: Make the hash span, not link
This commit is contained in:
parent
1ee8f5b409
commit
9eae5e6256
@ -93,7 +93,7 @@ if err != nil {
|
|||||||
<time class="recent-changes__entry__time">
|
<time class="recent-changes__entry__time">
|
||||||
{%s rev.Time.UTC().Format("15:04 UTC") %}
|
{%s rev.Time.UTC().Format("15:04 UTC") %}
|
||||||
</time>
|
</time>
|
||||||
<a class="recent-changes__entry__message">{%s rev.Hash %}</a>
|
<span class="recent-changes__entry__message">{%s rev.Hash %}</span>
|
||||||
|
|
||||||
{% if rev.Username != "anon" %}
|
{% if rev.Username != "anon" %}
|
||||||
<span class="recent-changes__entry__author">
|
<span class="recent-changes__entry__author">
|
||||||
|
@ -311,11 +311,11 @@ func streamrecentChangesEntry(qw422016 *qt422016.Writer, rev history.Revision) {
|
|||||||
//line views/history.qtpl:94
|
//line views/history.qtpl:94
|
||||||
qw422016.N().S(`
|
qw422016.N().S(`
|
||||||
</time>
|
</time>
|
||||||
<a class="recent-changes__entry__message">`)
|
<span class="recent-changes__entry__message">`)
|
||||||
//line views/history.qtpl:96
|
//line views/history.qtpl:96
|
||||||
qw422016.E().S(rev.Hash)
|
qw422016.E().S(rev.Hash)
|
||||||
//line views/history.qtpl:96
|
//line views/history.qtpl:96
|
||||||
qw422016.N().S(`</a>
|
qw422016.N().S(`</span>
|
||||||
|
|
||||||
`)
|
`)
|
||||||
//line views/history.qtpl:98
|
//line views/history.qtpl:98
|
||||||
|
Loading…
Reference in New Issue
Block a user