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