Sha256: e32795d5a24622fd9ecacd181c9c75f54e10e8542f40d53dcbfe63c9e88c5fe7

Contents?: true

Size: 618 Bytes

Versions: 4

Compression:

Stored size: 618 Bytes

Contents

Word.

= form_tag "/erubis/is/horribly/outdated" do
  = text_field_tag :id
  = link_to "/rails/sucks" do
    hallo

  = content_tag(:ul) do
    Hallo

- answer = "<script>oui!</script>"

-# test content rendering in capture.
- content = capture do
  Bonjour!
  = link_to "Coffee?", "/coffee"
  <b>Yes please!</b>
  = answer

Weiter!

= content

- breadcrumbs = capture do
  - [link_to("1", "/1"), link_to("2", "/2")].join("+")

= breadcrumbs

= current_page
= form_tag_with_body( {url: "/rails/escapes/too/much"}, %{<input type="button"/>})


= form_for OpenStruct.new, url: "/", as: "open" do |f|
  = f.text_field :id

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cells-haml-0.0.8 test/dummy/app/cells/song/with_form_tag_and_content_tag.haml
cells-haml-0.0.7 test/dummy/app/cells/song/with_form_tag_and_content_tag.haml
cells-haml-0.0.6 test/dummy/app/cells/song/with_form_tag_and_content_tag.haml
cells-haml-0.0.5 test/dummy/app/cells/song/with_form_tag_and_content_tag.haml