Merge pull request #1289 from peccu/patch-1

Apply table-hover class for the commit history in PR (improves #1230)
This commit is contained in:
SIkebe
2019-09-02 23:06:30 +09:00
committed by GitHub

View File

@@ -7,7 +7,7 @@
repository: gitbucket.core.service.RepositoryService.RepositoryInfo)(implicit context: gitbucket.core.controller.Context)
@import gitbucket.core.view.helpers
@gitbucket.core.pulls.html.menu("commits", issue, pullreq, commits.flatten, comments, changedFileSize, isManageable, repository){
<table class="table table-bordered">
<table class="table table-bordered table-hover">
@commits.map { day =>
<tr>
<th rowspan="@day.size" width="100">@helpers.date(day.head.commitTime)</th>