X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1e8bced6189bad0604be29c28bdabaf8c3e7442b..7916f561fed6b50348f144fc411ca82ee9bd5ebb:/WEB-INF/templates/mobile/users.tpl diff --git a/WEB-INF/templates/mobile/users.tpl b/WEB-INF/templates/mobile/users.tpl index f3dbe850..e2b815f1 100644 --- a/WEB-INF/templates/mobile/users.tpl +++ b/WEB-INF/templates/mobile/users.tpl @@ -22,7 +22,7 @@ {if $user->uncompleted_indicators} {/if} - {if $u.rank <= $user->rank} + {if $u.rank < $user->rank || ($u.rank == $user->rank && $u.id == $user->id)} {$u.name|escape} {else} {$u.name|escape} @@ -54,7 +54,7 @@ {foreach $inactive_users as $u}