Skip to content

Commit

Permalink
Restore single project
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed May 14, 2012
1 parent 9c0254b commit 69134c1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
9 changes: 9 additions & 0 deletions app/controllers/Wiki.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package controllers

import lila._
import views._

object Wiki extends LilaController {

val home = TODO
}
2 changes: 1 addition & 1 deletion app/views/base/layout.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h1>
<div class="footer">
<div class="right">
<a href="http://github.com/ornicar">github.com/ornicar</a> | <a class="js_email">email me</a><br />
<a href="@routes.lila.wiki.Controller.home()" class="blank_if_play">@trans.learnMoreAboutLichess()</a>
<a href="@routes.Wiki.home()" class="blank_if_play">@trans.learnMoreAboutLichess()</a>
</div>
<a href="@routes.Wiki.home()">Wiki</a> |
<a href="#" title="Having a suggestion, feature request or bug report? Let me know">Feedback</a> |
Expand Down
7 changes: 0 additions & 7 deletions app/wiki/Controller.scala

This file was deleted.

2 changes: 1 addition & 1 deletion conf/routes
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ GET /@/:username controllers.User.show(username: String)
GET /signup controllers.User.signUp

# Wiki
GET /wiki lila.wiki.Controller.home
GET /wiki controllers.Wiki.home

# App Public API
GET /socket controllers.App.socket
Expand Down

0 comments on commit 69134c1

Please sign in to comment.