Skip to content

Commit

Permalink
Phoenix: header will be linked to notes path
Browse files Browse the repository at this point in the history
  • Loading branch information
williamn committed Nov 28, 2015
1 parent 00bda17 commit 587437b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phoenix/notejam/web/templates/layout/app.html.eex
Expand Up @@ -36,7 +36,7 @@
</div>
</div>
<div class="sixteen columns">
<h1 class="bold-header"><a href="#" class="header">note<span class="jam">jam: </span></a> <span>All notes (8)</span></h1>
<h1 class="bold-header"><a href="<%= notes_path(@conn, :index) %>" class="header">note<span class="jam">jam: </span></a> <span>All notes (8)</span></h1>
</div>
<div class="three columns">
<h4 id="logo">My pads</h4>
Expand Down

0 comments on commit 587437b

Please sign in to comment.