Skip to content

Commit

Permalink
Fixed header
Browse files Browse the repository at this point in the history
  • Loading branch information
stantastic6 committed Jul 10, 2013
1 parent 9bc9809 commit c6dae9c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/views/layouts/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<div class="navbar-inner">
<div class="container">

<%= link_to 'Grasp', root_path, id: 'logo' %>
<%= link_to image_tag('logo.png'), root_path, id: 'logo' %>

<nav>
Expand All @@ -17,9 +16,6 @@
<% elsif signed_in? %>
<li><%= link_to 'Sign Out', destroy_teacher_session_path, :method => :delete %></li>

<li><%= link_to 'Sign Up', sign_up_path %></li>
<li><%= link_to 'Sign In', sign_in_path %></li>

<% end %>
</ul>
</nav>
Expand Down

0 comments on commit c6dae9c

Please sign in to comment.