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