mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
5 lines
No EOL
155 B
Text
5 lines
No EOL
155 B
Text
= stylesheet_link_tag "test1"
|
|
= javascript_include_tag "test1"
|
|
= image_tag "test2.png", :alt => "alt"
|
|
|
|
= link_to "Has param", "test2.com", :class => "test" |