repo.or.cz
/
gitter.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Gitter migration: Point people to app.gitter.im (rollout pt. 1)
[gitter.git]
/
public
/
js
/
views
/
profile-menu
/
profile-menu-view.hbs
blob
a95e33d1f1cbb2d93a6662f531e22ff10b43c39d
1
{{#if avatarUrl}}
2
<img
3
id="profile-menu-avatar"
4
src="{{avatarUrl}}"
5
class="profile-menu__avatar">
6
{{/if}}
7
<ul id="profile-menu-items" class="hidden dropdown profile-menu__list"></ul>
8
<div id="profile-menu-items-backdrop" class="hidden dropdown-backdrop" style="z-index: -1;"></div>