Skip to content

Instantly share code, notes, and snippets.

@ckozus
Created March 11, 2009 13:54
Show Gist options
  • Save ckozus/77476 to your computer and use it in GitHub Desktop.
Save ckozus/77476 to your computer and use it in GitHub Desktop.
<% content_for :titlebar do %>
<%= render :partial => 'commons/titlebar' %>
<ul>
<% Video::NAVIGATION_LABELS.each do |label| %>
<li><%= link_to_unless_current label.titleize, videos_path(:label => label) %></li>
<% end %>
</ul>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment