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:
parent
f497183724
commit
a8efad5ff9
@ -92,7 +92,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" href="#">{%s rev.Hash %}</a>
|
<a class="recent-changes__entry__message">{%s rev.Hash %}</a>
|
||||||
|
|
||||||
{% if rev.Username != "anon" %}
|
{% if rev.Username != "anon" %}
|
||||||
<span class="recent-changes__entry__author">
|
<span class="recent-changes__entry__author">
|
||||||
|
@ -306,7 +306,7 @@ func streamrecentChangesEntry(qw422016 *qt422016.Writer, rev history.Revision) {
|
|||||||
//line views/history.qtpl:93
|
//line views/history.qtpl:93
|
||||||
qw422016.N().S(`
|
qw422016.N().S(`
|
||||||
</time>
|
</time>
|
||||||
<a class="recent-changes__entry__message" href="#">`)
|
<a class="recent-changes__entry__message">`)
|
||||||
//line views/history.qtpl:95
|
//line views/history.qtpl:95
|
||||||
qw422016.E().S(rev.Hash)
|
qw422016.E().S(rev.Hash)
|
||||||
//line views/history.qtpl:95
|
//line views/history.qtpl:95
|
||||||
|
Loading…
Reference in New Issue
Block a user