Fix issue title.

This commit is contained in:
shimamoto
2013-06-10 22:10:47 +09:00
parent 48bcdc622f
commit 221b61af82

View File

@@ -13,8 +13,8 @@
<th class="box-header@if(active=="code"){ active}"> <th class="box-header@if(active=="code"){ active}">
<a href="@path/@repository.owner/@repository.name">Code</a> <a href="@path/@repository.owner/@repository.name">Code</a>
</th> </th>
<th class="box-header@if(active=="issue"){ active}"> <th class="box-header@if(active=="issues"){ active}">
<a href="@path/@repository.owner/@repository.name/issues">Issue</a> <a href="@path/@repository.owner/@repository.name/issues">Issues</a>
</th> </th>
<th class="box-header@if(active=="wiki"){ active}"> <th class="box-header@if(active=="wiki"){ active}">
<a href="@path/@repository.owner/@repository.name/wiki">Wiki</a> <a href="@path/@repository.owner/@repository.name/wiki">Wiki</a>