2012-04-02 03:05:20 +02:00
|
|
|
<% content_for :head do %>
|
|
|
|
<title>The Middleman!</title>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<h2>Image url:</h2>
|
2016-01-14 23:02:33 +01:00
|
|
|
<img src="/images/100px.jpg">
|
2015-12-21 22:07:01 +01:00
|
|
|
<%= image_tag('100px.jpg?test') %>
|
|
|
|
<%= image_tag('100px.jpg?#test') %>
|
|
|
|
<%= image_tag('100px.jpg#test') %>
|