# Tracks specific coffeescript # TracksApp = # goto_page: (page) -> window.location.href = page # go_home: this.goto_page "/" # go_contexts: this.goto_page "/contexts" # go_projects: this.goto_page "/projects"