Skip to content

Instantly share code, notes, and snippets.

@andyhawthorne
Created November 25, 2012 22:20
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 andyhawthorne/4145650 to your computer and use it in GitHub Desktop.
Save andyhawthorne/4145650 to your computer and use it in GitHub Desktop.
<h2>Notes Categories</h2>
<% unless @categories.nil? %>
<ul>
<% @categories.each do |category| %>
<li><a href="/notes/<%= category.id %>"><%= category.name %></a></li>
<% end %>
</ul>
<% else %>
<p>No notes categories at the moment :-(</p>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment