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:
d3a985d65a
Branches
Tags
×
patch-3
test
1.0
1.1
1.2
1.3
1.4
1.5
1.6
1.7
1.8
1.9
1.10
1.11
1.11.1
1.12
1.13
2.0
2.1
2.2
2.2.1
2.3
2.4
2.4.1
2.5
2.6
2.7
2.8
3.0
3.1
3.1.1
3.2
3.3
3.4
3.5
3.6
3.7
3.8
3.9
3.10
3.10_h2-1.4.180
3.10.1
3.10.1_h2-1.4.180
3.11
3.12
3.13
3.14
4.0
4.1
4.2
4.2.1
4.3
4.4
4.5
4.6
4.7
4.7.1
4.8
4.9
4.10
4.11
4.12
4.12.1
4.13
4.14
4.14.1
4.15.0
4.16.0
4.17.0
4.18.0
4.19.0
4.19.1
4.19.2
4.19.3
4.20.0
4.21.0
4.21.1
4.21.2
4.22.0
4.23.0
4.23.1
4.24.0
4.24.1
4.25.0
4.26.0
4.27.0
4.28.0
4.29.0
4.30.0
4.30.1
4.31.0
4.31.1
4.31.2
1.0.0
GitBucket
/
src
/
main
/
scala
/
app
/ IndexController.scala
takezoe
on 3 May 2013
106 bytes
Added the index page which is used while in development.
Raw
Blame
History
package app class IndexController extends ControllerBase { get("/"){ html.index() } }