swap target=blank
This commit is contained in:
parent
1de7c3808d
commit
25cf58bfc2
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ Currently tracking <b>{{ .TotalMaps }}</b> maps from <b>{{ .TotalUsers }}</b> us
|
||||||
</td>
|
</td>
|
||||||
<td>{{ .Artist }} - {{ .Title }}</td>
|
<td>{{ .Artist }} - {{ .Title }}</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="/map/{{ .MapperID }}" target="_blank">{{ .Mapper.Username }}</a>
|
<a href="/map/{{ .MapperID }}">{{ .Mapper.Username }}</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ .LastUpdated | humanize }}
|
{{ .LastUpdated | humanize }}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{{ define "content" }}
|
{{ define "content" }}
|
||||||
|
|
||||||
<h3>Tracked Maps by <a href="https://osu.ppy.sh/u/{{ .Mapper.ID }}">{{ .Mapper.Username }}</a></h3>
|
<h3>Tracked Maps by <a href="https://osu.ppy.sh/u/{{ .Mapper.ID }}" target="_blank">{{ .Mapper.Username }}</a></h3>
|
||||||
|
|
||||||
<table class="table-auto">
|
<table class="table-auto">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
Loading…
Reference in a new issue