mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-15 18:05:50 +01:00
(refs #1230) Apply table-hover class for the commit history
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class="table table-bordered">
|
<table class="table table-bordered table-hover">
|
||||||
@commits.map { day =>
|
@commits.map { day =>
|
||||||
<tr>
|
<tr>
|
||||||
<th rowspan="@day.size" width="100">@helpers.date(day.head.commitTime)</th>
|
<th rowspan="@day.size" width="100">@helpers.date(day.head.commitTime)</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user