Skip to content

Commit

Permalink
buddy_list: Add a self class to the current user entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
ganpa3 committed Aug 7, 2021
1 parent 5a4318d commit 21c00b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/templates/user_presence_row.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<li data-user-id="{{user_id}}" class="user_sidebar_entry {{#if num_unread}} user-with-count {{/if}} narrow-filter {{#if faded}} user-fade {{/if}}">
<li data-user-id="{{user_id}}" class="user_sidebar_entry {{#if is_current_user}}user_sidebar_entry_me {{/if}}{{#if num_unread}} user-with-count {{/if}} narrow-filter {{#if faded}} user-fade {{/if}}">
<div class="selectable_sidebar_block">
<span class="{{user_circle_class}} user_circle"></span>
<a class="user-presence-link"
Expand Down

0 comments on commit 21c00b1

Please sign in to comment.