mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Changing your gravatar should be in a new window.
(imported from commit 4877bcdfc1ad2b0597a13078816c39a8768bcd71)
This commit is contained in:
parent
12ea2895ea
commit
8f81dc5670
@ -9,7 +9,7 @@
|
||||
<div id="Photo">
|
||||
<label>Photo</label>
|
||||
<img class="img-rounded" src="https://secure.gravatar.com/avatar/{{ email_hash }}?d=identicon&s=80"/>
|
||||
<a href="http://gravatar.com">(change at Gravatar.com)</a>
|
||||
<a href="http://gravatar.com" target="_blank">(change at Gravatar.com)</a>
|
||||
<br />
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user