Skip to content

Instantly share code, notes, and snippets.

@xdite
Created June 12, 2014 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xdite/49468d3946fe8320182b to your computer and use it in GitHub Desktop.
Save xdite/49468d3946fe8320182b 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