(refs #3)Issue search is temporary available.

This commit is contained in:
takezoe
2013-07-17 16:47:43 +09:00
parent d06a986293
commit 512e59193d
4 changed files with 95 additions and 12 deletions

View File

@@ -10,7 +10,7 @@
}
@files.map { file =>
<div>
<div><a href="@url(repository)/blob/@repository.repository.defaultBranch/@file.path">@file.path</a></div>
<h5><a href="@url(repository)/blob/@repository.repository.defaultBranch/@file.path">@file.path</a></h5>
<div class="muted">@datetime(file.lastModified)</div>
<pre>@Html(file.highlightText)</pre>
</div>