I need to convert this to haml
<link href="/skin/jplayer.blue.monday.css" rel="stylesheet" type="text/css" />
Can anyone help me?
Thanks.
|
I need to convert this to haml
Can anyone help me? Thanks. |
|||||
|
|
This should do it:
Link isn't specifically mentioned in the HAML reference, but with HAML you can assume that a tag will take the form:
Link is among the tags that are automatically closed by default, as long as they have no content. |
|||
|
|