Skip to content

Instantly share code, notes, and snippets.

@Sinceretear
Created October 9, 2014 04:08
Show Gist options
  • Save Sinceretear/6c7efdb72d7e203a896f to your computer and use it in GitHub Desktop.
Save Sinceretear/6c7efdb72d7e203a896f to your computer and use it in GitHub Desktop.
2 blocks 1 problem
<div id="siteContainer">
<div class="alltheInfo" >
<p>This is the AUDIOMACK NEWS for today</p><br />
<%= @news_links.each do |x| %>
<%= x.text %><a href='<%= x.attr('href') %>'><%= "link" %></a><br />
<% end %>
<br />
<%= @images.each do |m| %>
<div class="square">
<img src='<%= m.attr('src') %>'><br />
</div>
<% end %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment