ordered list for group listing in group quests

This commit is contained in:
Daniel 2014-05-17 16:15:21 +02:00
commit a15b2146e0
2 changed files with 8 additions and 6 deletions

View file

@ -65,7 +65,7 @@
<section>
<h1><i class="fa fa-users fa-fw"></i><?=$groupsgroup['name']?></h1>
<ul class="grpqlist">
<ol class="grpqlist">
<?php foreach($groups as &$group) : ?>
<li>
<span class="date"><?=$dateFormatter->format(new \DateTime($group['created']))?></span>
@ -73,5 +73,5 @@
<span class="xp"><?=sprintf(_('%dXPs'), $group['xps'])?></span>
</li>
<?php endforeach ?>
</ul>
</ol>
</section>