Skip to content

Commit

Permalink
responsive top menu
Browse files Browse the repository at this point in the history
still not working however, waiting for
foundation/foundation-sites#3643 to land in zurb gem
  • Loading branch information
artemave committed Dec 8, 2013
1 parent 2625b32 commit 90b7b14
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/views/layouts/application.html.erb
Expand Up @@ -29,6 +29,11 @@
<li class="name">
<h1><%= link_to "Laundrette", root_path %></a></h1>
</li>
<li class="toggle-topbar menu-icon" data-no-turbolink>
<a href="#">
<span>Menu</span>
</a>
</li>
</ul>
<section class="top-bar-section">
<ul class="right">
Expand All @@ -54,14 +59,14 @@
</nav>

<% if alert.present? %>
<div data-alert class="alert-box warning">
<div data-alert data-no-turbolink class="alert-box warning">
<%= alert %>
<a href="#" class="close">&times;</a>
</div>
<% end %>
<% if notice.present? %>
<div data-alert class="alert-box success">
<div data-alert data-no-turbolink class="alert-box success">
<%= notice %>
<a href="#" class="close">&times;</a>
</div>
Expand Down

0 comments on commit 90b7b14

Please sign in to comment.