Modify message in avatar uploader

This commit is contained in:
takezoe
2014-04-29 17:24:16 +09:00
parent 2fe6b8c1e7
commit 1900aefe32

View File

@@ -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){