2012-04-01 18:05:20 -07:00
|
|
|
<% content_for :head do %>
|
|
|
|
<title>The Middleman!</title>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<h2>Image url:</h2>
|
|
|
|
<%= image_tag('100px.jpg') %>
|
2015-12-21 13:07:01 -08:00
|
|
|
<%= image_tag('100px.jpg?test') %>
|
|
|
|
<%= image_tag('100px.jpg?#test') %>
|
|
|
|
<%= image_tag('100px.jpg#test') %>
|