(refs #115)Add url switcher to the repository url box

This commit is contained in:
takezoe
2014-03-13 16:54:11 +09:00
parent 78ca9b3f1a
commit 02d79cb16a
11 changed files with 54 additions and 30 deletions

View File

@@ -6,7 +6,7 @@
<div class="pull-right">
<div class="input-prepend">
<a href="@path/@repository.owner/@repository.name/fork" class="btn" style="margin-bottom: 10px;">Fork</a>
<span class="add-on"><a href="@url(repository)/network/members">@repository.forkedCount</a></span>
<span class="add-on count"><a href="@url(repository)/network/members">@repository.forkedCount</a></span>
</div>
</div>
}