(refs #1230) Apply table-hover class for the commit history in PR
1 parent b372c71 commit 719cad00d684ad2a81e12692264e50acb57a1fe1
@peccu peccu authored on 1 Sep 2019
Showing 1 changed file
View
2
■■■
src/main/twirl/gitbucket/core/pulls/commits.scala.html
isManageable: Boolean,
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>
@day.zipWithIndex.map { case (commit, i) =>