mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-11 07:55:55 +01:00
Added the index page which is used while in development.
This commit is contained in:
9
src/main/twirl/index.scala.html
Normal file
9
src/main/twirl/index.scala.html
Normal file
@@ -0,0 +1,9 @@
|
||||
@()(implicit context: app.Context)
|
||||
@import context._
|
||||
@main("GitBucket"){
|
||||
<h1>GitBucket</h1>
|
||||
<ul>
|
||||
<li><a href="@path/@context.loginUser">User page</a></li>
|
||||
<li><a href="@path/new">Create new repository</a></li>
|
||||
</ul>
|
||||
}
|
||||
Reference in New Issue
Block a user