Skip to content
Snippets Groups Projects
Commit fd7dcfe0 authored by Graham Cole's avatar Graham Cole
Browse files

tweak the milliways template a little now I've actually seen what it looks like

parent a0f4e8b8
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
{else}
<ul>
{foreach name=people from=$people key=personnum item=person}
<li>{$person.username}<small>{$person.idle} idle</small></li>
<li>{$person.username} <small>({$person.idle} idle)</small></li>
{/foreach}
</ul>
{/if}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment