Skip to content

Commit

Permalink
Show school name in scores viewer (fixes #88)
Browse files Browse the repository at this point in the history
  • Loading branch information
sushain97 committed Feb 27, 2015
1 parent db9cb5c commit 0bd7ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion war/html/pages/dataScores.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@

<div class="col-sm-9 col-xs-12">
<h1 style="white-space: nowrap; margin-top: 5px;">
Contest Results
Contest Results #if($type.startsWith("school_")) <small>$school.getName()</small> #end
<span class="pull-right visible-xs hidden-print" style="z-index: 1000;">
<button type="button" class="btn btn-primary btn-sm" data-toggle="offcanvas" style="margin-right: 5px; margin-bottom: 10px;">
<i class="fa fa-lg fa-bars"></i>
Expand Down

0 comments on commit 0bd7ac6

Please sign in to comment.