Skip to content

Instantly share code, notes, and snippets.

@tensiondriven
Created March 20, 2013 01:19
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 tensiondriven/5201595 to your computer and use it in GitHub Desktop.
Save tensiondriven/5201595 to your computer and use it in GitHub Desktop.
List of items
%table
%tr
%td
Startup Name
%td
Link
- @user.startups.each do |startup|
%tr
%td
= startup.startup_name
%td
= link_to "Link", startup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment