mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-06 20:46:25 +02:00
Group description now displayed on group page
It gets displayed instead of the account username
This commit is contained in:
@@ -10,7 +10,11 @@
|
||||
<div class="block">
|
||||
<div class="account-image">@avatar(account.userName, 270)</div>
|
||||
<div class="account-fullname">@account.fullName</div>
|
||||
<div class="account-username">@account.userName</div>
|
||||
@if(account.isGroupAccount) {
|
||||
<div class="group-description">@account.groupDescription</div>
|
||||
} else {
|
||||
<div class="account-username">@account.userName</div>
|
||||
}
|
||||
</div>
|
||||
<div class="block">
|
||||
@if(account.url.isDefined){
|
||||
|
||||
@@ -403,7 +403,8 @@ div.signin-form {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.account-username {
|
||||
.account-username,
|
||||
.group-description {
|
||||
margin-top: 10px;
|
||||
font-size: 140%;
|
||||
color: #888888;
|
||||
@@ -1780,5 +1781,4 @@ div.container.blame-container{
|
||||
/****************************************************************************/
|
||||
a[href]:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user