Merge pull request #86 from Absurdon/master

minor fixes in views
This commit is contained in:
Chris Blanchard 2016-01-22 09:49:00 +00:00
commit 26e99f5015
3 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@
</div> </div>
<script> <script>
var admins = ["Simple", "Yaluzan", "Lome", "Lambo", "Prommah", "Vindaloo"]; var admins = ["Yaluzan", "Lome", "Lambo", "Prommah", "Vindaloo"];
$("#admin").html(function () { $("#admin").html(function () {
var i = Math.floor(Math.random() * admins.length); var i = Math.floor(Math.random() * admins.length);
return admins[i]; return admins[i];

View file

@ -19,7 +19,7 @@
</div> </div>
<script> <script>
var admins = ["Simple", "Yaluzan", "Lome", "Lambo", "Prommah", "Vindaloo"]; var admins = ["Yaluzan", "Lome", "Lambo", "Prommah", "Vindaloo"];
$("#admin").html(function () { $("#admin").html(function () {
var i = Math.floor(Math.random() * admins.length); var i = Math.floor(Math.random() * admins.length);
return admins[i]; return admins[i];

View file

@ -23,7 +23,7 @@
<div> <div>
<img src="/images/ensl_logo.png" alt="ENSL Logo" /> <img src="/images/ensl_logo.png" alt="ENSL Logo" />
</div> </div>
<h3>You're currently barred from joining gathers</h3> <h3>You're currently banned from joining gathers</h3>
<h3><small>Either wait for the ban to expire or talk to an admin to get it lifted</small></h3> <h3><small>Either wait for the ban to expire or talk to an admin to get it lifted</small></h3>
<br /> <br />
<p><a class="btn btn-primary btn-lg" href="{{ redirect }}" role="button">See the ban list</a></p> <p><a class="btn btn-primary btn-lg" href="{{ redirect }}" role="button">See the ban list</a></p>