(refs #1357)Fix error page

This commit is contained in:
Naoki Takezoe
2016-12-04 13:28:26 +09:00
parent fe3b40557a
commit 00def3a46d

View File

@@ -1,4 +1,8 @@
@(title: String)(implicit context: gitbucket.core.controller.Context)
@gitbucket.core.html.main("Error"){
<div class="content-wrapper main-center">
<div class="content body">
<h1>@title</h1>
</div>
</div>
}