Skip to content

Instantly share code, notes, and snippets.

@michaeldhopkins
Created December 7, 2011 19:40
Show Gist options
  • Save michaeldhopkins/1444285 to your computer and use it in GitHub Desktop.
Save michaeldhopkins/1444285 to your computer and use it in GitHub Desktop.
show.erb:
<div id="slideshow">
<%=
image_tag("GRBC_bible.gif")
image_tag("Hymn.jpg")
image_tag("world_map.jpeg")
%>
</div>
Output:
<img alt=​"World_map" src=​"/​assets/​world_map.jpeg">​
Where are the other two?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment