(refs #1230) Apply table-hover class for the commit history

This commit is contained in:
Naoki Takezoe
2016-08-18 11:48:47 +09:00
parent c0ce0f8d19
commit 7bca01af59

View File

@@ -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>