Fix routing so both plain and .html routes work

This commit is contained in:
Andrew Miner
2015-05-11 11:23:16 -07:00
parent bab091e9d6
commit 8c54231d52
4 changed files with 40 additions and 13 deletions
@@ -40,7 +40,7 @@ module.exports = class HeaderController extends BaseController
logger.error -> "Failed to log out: #{error}"
.done()
else
router.navigate Url.login(), trigger:true
router.login()
onLogoClicked: ->
router.navigate '/', trigger:true