Skip to content

Commit

Permalink
[playframework#506] Fix index page in zentask
Browse files Browse the repository at this point in the history
  • Loading branch information
erwan committed Jun 1, 2012
1 parent f8e95ce commit ac1980e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/scala/zentasks/app/assets/javascripts/main.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class AppRouter extends Backbone.Router
@currentApp = new Tasks
el: $("#main")
routes:
"/" : "index"
"" : "index"
"/projects/:project/tasks" : "tasks"
index: ->
# show dashboard
Expand Down

0 comments on commit ac1980e

Please sign in to comment.