Skip to content

Instantly share code, notes, and snippets.

@osiro
Created May 6, 2014 16:03
Show Gist options
  • Save osiro/2be2033878ef07fff2e2 to your computer and use it in GitHub Desktop.
Save osiro/2be2033878ef07fff2e2 to your computer and use it in GitHub Desktop.
<body>
<nav role="navigation">
<ul>
<% Rails.configuration.menu.each do |item| %>
<li><%= link_to(item.title, item.url, target: item.target) %>
<% end %>
</ul>
</nav>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment