mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 04:56:02 +01:00
Fix styles
This commit is contained in:
@@ -16,9 +16,7 @@
|
|||||||
<table class="table table-bordered table-hover table-issues">
|
<table class="table table-bordered table-hover table-issues">
|
||||||
<thead>
|
<thead>
|
||||||
<tr id="label-row-header">
|
<tr id="label-row-header">
|
||||||
<th style="background-color: #eee;">
|
<th>@labels.size labels</th>
|
||||||
<span class="small">@labels.size labels</span>
|
|
||||||
</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|||||||
@@ -13,15 +13,13 @@
|
|||||||
<table class="table table-bordered table-hover table-issues">
|
<table class="table table-bordered table-hover table-issues">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="background-color: #eee;">
|
<th>
|
||||||
<span class="small">
|
<a class="button-link@if(state == "open"){ selected}" href="?state=open">
|
||||||
<a class="button-link@if(state == "open"){ selected}" href="?state=open">
|
@milestones.count(_._1.closedDate.isEmpty) Open
|
||||||
@milestones.count(_._1.closedDate.isEmpty) Open
|
</a>
|
||||||
</a>
|
<a class="button-link@if(state == "closed"){ selected}" href="?state=closed">
|
||||||
<a class="button-link@if(state == "closed"){ selected}" href="?state=closed">
|
@milestones.count(_._1.closedDate.isDefined) Closed
|
||||||
@milestones.count(_._1.closedDate.isDefined) Closed
|
</a>
|
||||||
</a>
|
|
||||||
</span>
|
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|||||||
@@ -16,9 +16,7 @@
|
|||||||
<table id="priorities-table" class="table table-bordered table-hover table-issues">
|
<table id="priorities-table" class="table table-bordered table-hover table-issues">
|
||||||
<thead>
|
<thead>
|
||||||
<tr id="priority-row-header">
|
<tr id="priority-row-header">
|
||||||
<th style="background-color: #eee;">
|
<th>@priorities.size priorities</th>
|
||||||
<span class="small">@priorities.size priorities</span>
|
|
||||||
</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user