Reorder comms page

Put mod history at top to make more visible.
pull/3575/merge
Isaac Levy 2017-09-08 14:15:13 -04:00
parent 84f7a751a5
commit f9139b1e93
1 changed files with 11 additions and 10 deletions

View File

@ -41,16 +41,6 @@ side = side.some) {
</form>
</div>
</h1>
<h2>Dubious public chats</h2>
@if(publicLines.isEmpty) {
<strong>None!</strong>
} else {
<ul class="public_chats">
@publicLines.map { line =>
<li>@line</li>
}
</ul>
}
@if(history.nonEmpty) {
<h2>Moderation history</h2>
@ -74,6 +64,17 @@ side = side.some) {
</div>
}
<h2>Dubious public chats</h2>
@if(publicLines.isEmpty) {
<strong>None!</strong>
} else {
<ul class="public_chats">
@publicLines.map { line =>
<li>@line</li>
}
</ul>
}
@if(priv) {
<h2>Recent private chats</h2>
<div class="player_chats">