mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-13 08:55:50 +01:00
(refs #1357)Fix error page
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
@(title: String)(implicit context: gitbucket.core.controller.Context)
|
@(title: String)(implicit context: gitbucket.core.controller.Context)
|
||||||
@gitbucket.core.html.main("Error"){
|
@gitbucket.core.html.main("Error"){
|
||||||
<h1>@title</h1>
|
<div class="content-wrapper main-center">
|
||||||
|
<div class="content body">
|
||||||
|
<h1>@title</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user