Add search form on issues and wiki

This commit is contained in:
Naoki Takezoe
2016-12-19 00:09:16 +09:00
parent 6b3218dd43
commit 2618f54442
9 changed files with 46 additions and 32 deletions

View File

@@ -67,7 +67,6 @@
<div class="head">
@gitbucket.core.helper.html.repositoryicon(repository, true)
<a href="@helpers.url(repository.owner)">@repository.owner</a> / <a href="@helpers.url(repository)" class="strong">@repository.name</a>
<a href="@helpers.url(repository)/search"><i class="octicon octicon-search"></i></a>
@defining(repository.repository){ x =>
@if(repository.repository.originRepositoryName.isDefined){