GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
2
Releases
92
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Bug Spots
Commit Graphs
Build
Network
Fork
: 0
Gatewify
/
GitBucket
Transfer to URL with SHA
Find file
Newer
Older
tree:
908931b9ed
Branches
Tags
×
patch-3
test
GitBucket
/
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> }