mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-03 06:09:58 +01:00
Modify message in avatar uploader
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
@if(account.nonEmpty && account.get.image.nonEmpty){
|
||||
<img src="@path/@account.get.userName/_avatar" style="with: 120px; height: 120px;"/>
|
||||
} else {
|
||||
<div id="clickable">
|
||||
<a href="https://www.gravatar.com/" target="_blank">Gravatar</a> is used
|
||||
</div>
|
||||
<div id="clickable">Upload Image</div>
|
||||
}
|
||||
</div>
|
||||
@if(account.nonEmpty && account.get.image.nonEmpty){
|
||||
|
||||
Reference in New Issue
Block a user