mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-15 09:55:49 +01:00
(refs #3)Issue search is temporary available.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user