mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 13:35:50 +01:00
CSS enhancement.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4" class="latest-commmit">
|
||||
<td colspan="4" class="latest-commit">
|
||||
<div>
|
||||
<a href="@path/@repository.owner/@repository.name/@latestCommit.committer" class="username">@latestCommit.committer</a>
|
||||
@helpers.datetime(latestCommit.time)
|
||||
|
||||
@@ -224,7 +224,7 @@
|
||||
'mousedown': this.hide
|
||||
});
|
||||
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));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user