Add application name to routing

This commit is contained in:
2015-06-09 13:44:06 +02:00
parent c4a7e7c987
commit 0ab5903de6
2 changed files with 5 additions and 1 deletions
@@ -35,7 +35,7 @@ html lang="en"
.panel
h4 Links
ul.side-nav
li= link_to "Home", root_path
li= link_to "Home", cmtool.root_path
li= link_to 'Wiki', 'https://github.com/bterkuile/cmtool/wiki', target: :_blank
= yield :sidebar
footer