user list mobile design fix & notify system preparations

This commit is contained in:
Daniel 2014-04-25 18:45:12 +02:00
commit 745ca700db
2 changed files with 21 additions and 3 deletions

View file

@ -4,6 +4,6 @@
</nav>
<ol class="cglist">
<?php foreach($users as &$user) : ?>
<li><a href="<?=$linker->link(array('user', $user['username']), 1)?>"><?=$user['username']?></a><span class="xp"><small><?=sprintf(_('registered on %s'), $dateFormatter->format(new \DateTime($user['created'])))?></small></span></li>
<li><p><a href="<?=$linker->link(array('user', $user['username']), 1)?>"><?=$user['username']?></a><span class="xp"><small><?=sprintf(_('registered on %s'), $dateFormatter->format(new \DateTime($user['created'])))?></small></span></p></li>
<?php endforeach ?>
</ol>