(refs #2)Add 'Pull Requests' tab to the header.

This commit is contained in:
takezoe
2013-07-12 16:30:30 +09:00
parent 0760b6a89c
commit edd40ebe9d
2 changed files with 4 additions and 1 deletions

View File

@@ -25,6 +25,9 @@
<th class="box-header@if(active=="issues"){ active}">
<a href="@url(repository)/issues">Issues</a>
</th>
<th class="box-header@if(active=="pulls"){ active}">
<a href="@url(repository)/pulls">Pull Requests</a>
</th>
<th class="box-header@if(active=="wiki"){ active}">
<a href="@url(repository)/wiki">Wiki</a>
</th>

View File

@@ -45,7 +45,7 @@ table.global-nav {
table.global-nav th {
padding-top: 5px;
padding-bottom: 8px;
width: 25%;
width: 20%;
border-bottom: 2px solid silver;
cursor: pointer;
}