Skip to content

Instantly share code, notes, and snippets.

@meltzerj
Created April 8, 2011 04:27
Show Gist options
  • Select an option

  • Save meltzerj/909287 to your computer and use it in GitHub Desktop.

Select an option

Save meltzerj/909287 to your computer and use it in GitHub Desktop.
<div id='main_profile_column'>
<div id="video_div">
<% @profile.user.videos.each do |video| %>
<%= render 'videos/video', :video => video %>
<% end %>
</div>
<%= paginate @videos %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment