Skip to content

Commit

Permalink
Fix a collapse-button issue in the responsive navbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
miketierney committed Apr 10, 2013
1 parent 43f1507 commit 3b1e92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -24,7 +24,7 @@
<span class="icon-bar"></span>
</a>
<%= link_to "Seattle.rb", root_path, class: 'brand' %>
<div class="nav-collapse">
<div class="nav-collapse collapse">
<ul class="nav">
<%= nav_item_link "People", people_path %>
<%= nav_item_link "Projects", projects_path %>
Expand Down

0 comments on commit 3b1e92d

Please sign in to comment.