Skip to content

Instantly share code, notes, and snippets.

@rocodev-tech
Created June 12, 2014 21:16
Show Gist options
  • Save rocodev-tech/a555188f7dc8bec1735a to your computer and use it in GitHub Desktop.
Save rocodev-tech/a555188f7dc8bec1735a to your computer and use it in GitHub Desktop.
app/views/common/_navbar.html.erb
<ul class="nav navbar-nav navbar-right">
<li>
<%= link_to "#" do %>
購物車 <i class="glyphicon glyphicon-shopping-cart"> </i> (0)
<% end %>
</li>
<% if !current_user %>
<li> <%= link_to("登入", new_user_session_path) %> </li>
<% else %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment