How do I put a link in the middle of a paragraph with HAML?

How do I create this:

<p>
  I would like to make a <a href="foo.html">link</a> in my Rails app.
</p>

with HAML?

15
задан Eric the Red 4 September 2010 в 20:52
поделиться