Skip to content

Commit

Permalink
Add sign in and sign up links to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf committed Jan 23, 2018
1 parent 4765c23 commit 9a413ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/application/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
<li class="muted">·</li>
<li><a href="#shortcuts" data-toggle="modal"><i class="icon-keyboard"></i></a></li>
<li class="muted">·</li>
<% else %>
<li><%= link_to t('layout.sign_in'), new_sign_in_path %></li>
<li class="muted">·</li>
<li><%= link_to t('layout.sign_up'), new_sign_up_path %></li>
<li class="muted">·</li>
<% end %>

<li><a href="https://github.com/swanson/stringer"><%= t('layout.support') %></a></li>
Expand Down

0 comments on commit 9a413ee

Please sign in to comment.