mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +00:00
minor: Remove noisy comment.
I don't think anybody is actually going to follow that link. We know avatars are used in multiple places.
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
<span class="message_sender{{^status_message}} sender_info_hover{{/status_message}} no-select">
|
||||
|
||||
{{#if include_sender}}
|
||||
{{! See ../js/notifications.js for another user of avatar_url. }}
|
||||
<div class="u-{{msg/sender_id}} inline_profile_picture{{#status_message}} sender_info_hover{{/status_message}}{{#sender_is_guest}} guest-avatar{{/sender_is_guest}}" aria-hidden="true">
|
||||
<img src="{{small_avatar_url}}" alt="" class="no-drag"/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user