mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
6 lines
253 B
Text
6 lines
253 B
Text
<%= 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) %>
|