Skip to content

Instantly share code, notes, and snippets.

@Sinceretear
Created March 30, 2014 00:55
Show Gist options
  • Save Sinceretear/9865595 to your computer and use it in GitHub Desktop.
Save Sinceretear/9865595 to your computer and use it in GitHub Desktop.
<div id="container">
<a href='<%= @hnhh.first.href %>'><%= @hnhh[0] %></a>
<br />
<br />
<% @hnhh[41..326].each do |link| %>
<a href='<%= link.href %>'><%= link %></a><br />
<% end %>
<br />
<br />
<% @hnhh[41..326].each {|title| %>
<%= title %><br />
<% } %>
<br />
<% @hnhh[41..326].uniq(&:href).each {|link| %>
<%= link.href %><br />
<% } %>
<br />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment