Skip to content

Commit

Permalink
spiffing the phlattry list text a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat committed Feb 19, 2012
1 parent 7257fbe commit 635620a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/authenticated.php
Expand Up @@ -38,7 +38,9 @@
<ul>
<?php foreach($p['phlattry'] as $phlattry): ?>
<li<?php echo $phlattry->value->confirmed == null ? ' class="unconfirmed"' : ''; ?>>
<?= h($phlattry->value->user->number); ?> Flattred <?= h($phlattry->value->wants_to_phlattr->number); ?><?php echo $phlattry->value->confirmed == null ? ' (pending)' : ''; ?>
<?= h($phlattry->value->user->id); ?> via <?= h($phlattry->value->user->number); ?>
<strong>flattred</strong>
<?= h($phlattry->value->wants_to_phlattr->id); ?> at <?= h($phlattry->value->wants_to_phlattr->number); ?> <?php echo $phlattry->value->confirmed == null ? ' (in progress)' : ''; ?>
</li>
<?php endforeach; ?>
</ul>
Expand Down

0 comments on commit 635620a

Please sign in to comment.