Fixed bug so now your name is highlighted and displayed to you in the participants window.

This commit is contained in:
perroned 2014-10-07 09:37:37 -07:00
parent 6d7c3bd72a
commit 9ede339463

View File

@ -44,7 +44,7 @@
<template name="usernameEntry">
<td class="userNameContainer">
{{#if isCurrentUser userId}}
{{#if isCurrentUser _id}}
<p class="userNameEntry" rel="tooltip" data-placement="bottom" title="{{user.name}} (you)">
<strong>{{user.name}} (you)</strong>
</p>