middleman/middleman-core/fixtures/padrino-helpers-app/source/former_padrino_test.html.erb
2013-05-09 14:41:26 -07:00

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) %>