mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-03 03:55:58 +01:00
CSS enhancement.
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="4" class="latest-commmit">
|
<td colspan="4" class="latest-commit">
|
||||||
<div>
|
<div>
|
||||||
<a href="@path/@repository.owner/@repository.name/@latestCommit.committer" class="username">@latestCommit.committer</a>
|
<a href="@path/@repository.owner/@repository.name/@latestCommit.committer" class="username">@latestCommit.committer</a>
|
||||||
@helpers.datetime(latestCommit.time)
|
@helpers.datetime(latestCommit.time)
|
||||||
|
|||||||
@@ -224,7 +224,7 @@
|
|||||||
'mousedown': this.hide
|
'mousedown': this.hide
|
||||||
});
|
});
|
||||||
if (this.component){
|
if (this.component){
|
||||||
this.element.find('input').prop('value', this.format.call(this));
|
this.element.find('input[type=hidden]').prop('value', this.format.call(this));
|
||||||
}
|
}
|
||||||
this.element.data('color', this.format.call(this));
|
this.element.data('color', this.format.call(this));
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user