2011-12-30 00:09:51 +01:00
|
|
|
<%= stylesheet_link_tag "test1" %>
|
|
|
|
<%= javascript_include_tag "test1" %>
|
|
|
|
<%= image_tag "test2.png", :alt => "alt" %>
|
2012-06-24 02:19:24 +02:00
|
|
|
<%= image_tag "100px.png", :alt => "alt" %>
|
2012-03-05 02:20:57 +01:00
|
|
|
<%= link_to "Has param", "test2.com", :class => "test" %>
|
|
|
|
<%= number_to_human_size(1024) %>
|