Skip to content

Instantly share code, notes, and snippets.

@dagda1
Created September 18, 2011 13:19
Show Gist options
  • Save dagda1/1225066 to your computer and use it in GitHub Desktop.
Save dagda1/1225066 to your computer and use it in GitHub Desktop.
navigation.html.haml
%nav{:role => "navigation"}
%ul{:role => "user"}
%li
=link_to "log Out", logout_path
%ul{:role => "main-navigation"}
%li
=link_to "Capture", {:action => "Index", :controller => "Home"}, :method => :get
%li
=link_to "Archives", {:action => "Index", :controller => "Archive"}, :method => :get
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment