7 lines
253 B
Plaintext
7 lines
253 B
Plaintext
<%= stylesheet_link_tag "test1" %>
|
|
<%= javascript_include_tag "test1" %>
|
|
<%= image_tag "test2.png", :alt => "alt" %>
|
|
<%= image_tag "100px.png", :alt => "alt" %>
|
|
<%= link_to "Has param", "test2.com", :class => "test" %>
|
|
<%= number_to_human_size(1024) %>
|