mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-10 23:45:50 +01:00
Add CSS style for th.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
} else {
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<th>Your repositories (@userRepositories.size)</th>
|
||||
<th class="metal">Your repositories (@userRepositories.size)</th>
|
||||
</tr>
|
||||
@userRepositories.map { repositoryName =>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user