This commit is contained in:
depreciate 2019-02-28 02:40:01 +10:30
parent 164500d235
commit 5770c061de
2 changed files with 4 additions and 3 deletions

View File

@ -50,7 +50,7 @@
<a href="http://cg.mxr.lol/d/{{ .Beatmapset.ID }}?novideo" class="ui gray labeled icon button"><i class="download icon"></i>{{ $.T "download (no video)" }}</a>
{{ end }}
{{ if has $.Context.User.Privileges 256 }}
<a href="https://cg.mxr.lol/index.php?p=124&bsid={{ .Beatmapset.ID }}" class="ui violet labeled icon button"><i class="thumbs up icon"></i>{{ $.T "Rank in RAP"}}</a>
<a href="https://old.yozora.pw/index.php?p=124&bsid={{ .Beatmapset.ID }}" class="ui violet labeled icon button"><i class="thumbs up icon"></i>{{ $.T "Rank in RAP"}}</a>
{{ end }}
</div>
</div>

View File

@ -130,7 +130,7 @@
<div class="ui three item bottom attached menu" id="rx-menu">
<a class="0 item" data-rx="0" href="/u/{{ $user.id }}">Vanilla</a>
<a class="1 item" data-rx="1" href="/rx/u/{{ $user.id }}">Relax</a>
<a class="1 item" data-rx="2" href="/ap/u/{{ $user.id }}">AutoPilot</a>
<a class="2 item" data-rx="2" href="/ap/u/{{ $user.id }}">AutoPilot</a>
</div>
<div class="ui four item bottom attached menu" id="mode-menu">
{{ range $k, $v := modes }}
@ -233,7 +233,8 @@
<tr>
<td><b>{{ $global.T "Total hits" }}</b></td>
<td class="right aligned">{{ humanize .total_hits }}</td>
</tr> <tr>
</tr>
<tr>
<td><b>{{ $global.T "Accuracy" }}</b></td>
<td class="right aligned">{{ printf "%.2f" .accuracy }}%</td>
</tr>