Fixing subdirectory deployment (#401)

* Fixing subdirectory deploy linking incorrectly (Closes #400)
* Fix some admin panel CSS
This commit is contained in:
Kevin Chung
2017-10-05 23:14:36 -04:00
committed by GitHub
parent 608d4f43d9
commit 4862a3ca10
11 changed files with 109 additions and 111 deletions

View File

@@ -46,7 +46,7 @@
<div class="chal-files file-row row text-center">
{{#each files}}
<div class='col-md-3 file-button-wrapper'>
<a class='file-button' href='/files/{{this}}'>
<a class='file-button' href='files/{{this}}'>
<label class='challenge-wrapper file-wrapper hide-text'>
{{splitSlash this}}
</label>