Skip to content

Commit 41fa01d

Browse files
committed
Merge pull request #7 from dylan-conlin/home-help-link-fixes
fixed help and home links
2 parents b72070f + 59903f7 commit 41fa01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/assets/javascripts/templates/navbar.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="container-fluid">
44
<div class="brand strong">{{#linkTo 'home'}}Ember-Rails-Devise{{/linkTo}}</div>
55
<ul class="nav">
6-
<li>{{#linkTo help}}Help{{/linkTo}}</li>
6+
<li>{{#linkTo 'help'}}Help{{/linkTo}}</li>
77
</ul>
88
<div class="btn-group pull-right">
99
{{#if isAuthenticated}}

0 commit comments

Comments
 (0)