Sha256: 5f3c1834e26ca6bbb1e9128f6073bbc1abde5f3ec63977537606e19714eb1010
Contents?: true
Size: 654 Bytes
Versions: 1
Compression:
Stored size: 654 Bytes
Contents
| Word. = form_tag "/erubis/is/horribly/outdated" = text_field_tag :id = link_to "/rails/sucks" | hallo = content_tag(:ul, "data-x" => '{"a":"1"}') | Hallo - answer = "<script>oui!</script>" / test content rendering in capture. - content = capture do | Bonjour! = link_to "Coffee?", "/coffee" b Yes please! == 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 = concatting
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cells-slim-0.0.3 | test/dummy/app/cells/song/with_form_tag_and_content_tag.slim |