mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-10 15:35:59 +01:00
Merge pull request #1814 from gageas/fix-typo
Fix typo in style attribute
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
@(account: Option[gitbucket.core.model.Account])(implicit context: gitbucket.core.controller.Context)
|
@(account: Option[gitbucket.core.model.Account])(implicit context: gitbucket.core.controller.Context)
|
||||||
<div id="avatar" class="muted">
|
<div id="avatar" class="muted">
|
||||||
@if(account.nonEmpty && account.get.image.nonEmpty){
|
@if(account.nonEmpty && account.get.image.nonEmpty){
|
||||||
<img src="@context.path/@account.get.userName/_avatar" style="with: 120px; height: 120px;"/>
|
<img src="@context.path/@account.get.userName/_avatar" style="width: 120px; height: 120px;"/>
|
||||||
} else {
|
} else {
|
||||||
<div id="clickable">Upload Image</div>
|
<div id="clickable">Upload Image</div>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user