Small tweak
This commit is contained in:
parent
fc8014913d
commit
da7e8d5899
|
@ -78,7 +78,10 @@
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{{range .BlocklistInsights.Blocks}}
|
{{range .BlocklistInsights.Blocks}}
|
||||||
<li><a href="/u/{{.Username}}">{{.Username}}</a></li>
|
<li>
|
||||||
|
<a href="/u/{{.Username}}">{{.Username}}</a>
|
||||||
|
<small class="has-text-grey" title="{{.Date}}">{{.Date.Format "2006-01-02"}}</small>
|
||||||
|
</li>
|
||||||
{{end}}
|
{{end}}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user