Browse Source

Merge pull request #97 from SDLYYZ/master

Display contest name in contest ranklist
pull/6/head
Menci 5 years ago committed by GitHub
parent
commit
1a7666bfe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      views/contest_ranklist.ejs

1
views/contest_ranklist.ejs

@ -8,6 +8,7 @@
}
</style>
<div class="padding">
<h1 class="ui center aligned header" style="margin-bottom: 30px; "><%= contest.title %></h1>
<table class="ui very basic center aligned table">
<thead>
<tr>

Loading…
Cancel
Save