Skip to content

Instantly share code, notes, and snippets.

@fayimora
Created January 24, 2012 21:29
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 fayimora/1672823 to your computer and use it in GitHub Desktop.
Save fayimora/1672823 to your computer and use it in GitHub Desktop.
<nav>
<%= link_to "Sign up", new_user_registration_path %>
</nav>
<%= link_to "New Project", new_project_path %>
<h2>Projects</h2>
<ul>
<% @projects.each do |project| %>
<li><%= link_to project.name, project %></li>
<%end%>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment