Fixed bug so now your name is highlighted and displayed to you in the participants window.
This commit is contained in:
parent
6d7c3bd72a
commit
9ede339463
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
<template name="usernameEntry">
|
<template name="usernameEntry">
|
||||||
<td class="userNameContainer">
|
<td class="userNameContainer">
|
||||||
{{#if isCurrentUser userId}}
|
{{#if isCurrentUser _id}}
|
||||||
<p class="userNameEntry" rel="tooltip" data-placement="bottom" title="{{user.name}} (you)">
|
<p class="userNameEntry" rel="tooltip" data-placement="bottom" title="{{user.name}} (you)">
|
||||||
<strong>{{user.name}} (you)</strong>
|
<strong>{{user.name}} (you)</strong>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user