Skip to content

Commit

Permalink
Modify SPランキング表の項目名 #123
Browse files Browse the repository at this point in the history
  • Loading branch information
shintaro-hirose committed Aug 12, 2020
1 parent 430f56f commit 77d49b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/ranking.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<div ng-show="existsSeason">

<h2>{{ seasonName }} シーズンランキング</h2>
<h2>{{ seasonName }} SPランキング</h2>

<p>
集計対象コンテスト:<br>
Expand All @@ -60,11 +60,11 @@ <h4 id="{{ eid | removeHead }}">{{ events[eid].name }}</h4>
<table class="table table-bordered tribox-contest ranking">
<thead>
<tr>
<th>順位</th>
<th><i class="fa fa-hashtag"></i></th>
<th>名前</th>
<th>所属</th>
<th>合計獲得シーズンポイント</th>
<th>最近使用したキューブ</th>
<th>SP</th>
<th>パズル</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit 77d49b9

Please sign in to comment.