Created
October 9, 2014 04:08
-
-
Save Sinceretear/6c7efdb72d7e203a896f to your computer and use it in GitHub Desktop.
2 blocks 1 problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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