GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
johnpearcey
/
gitbucket_jkp
Transfer to URL with SHA
Find file
Newer
Older
tree:
f2787a547f
Branches
Tags
×
master
gitbucket_jkp
/
src
/
main
/
twirl
/ error.scala.html
takezoe
on 6 Jun 2013
83 bytes
Add the error page.
Raw
Blame
History
@(title: String)(implicit context: app.Context) @main("Error"){ <h1>@title</h1> }