Sha256: 78803f6813b34c00d633ea644d751d9c3c100d2d66aeea6a2200114a95d6fbd0

Contents?: true

Size: 803 Bytes

Versions: 3

Compression:

Stored size: 803 Bytes

Contents

Word.

<%= form_tag "/erubis/is/horribly/outdated" do %>
  <%= link_to "/rails/sucks" do %>
    hallo
    <div class="row">
      Cool
    </div>
  <% end %>

  <%= content_tag(:ul, "data-x" => '{"a":"1"}') do %>
   Hallo
  <% end %>

<% end %>

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

<%- content = capture do %>
  Bonjour!
  <%= link_to "Coffee?", "/coffee" %>
  <b>Yes please!</b>
  <%= answer.html_safe %>
<% end %>

Weiter!

<%= content %>

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

<%= breadcrumbs %>

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

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

<%= concatting %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cells-erb-0.0.9 test/dummy/app/cells/song/with_form_tag_and_content_tag.erb
cells-erb-0.0.8 test/dummy/app/cells/song/with_form_tag_and_content_tag.erb
cells-erb-0.0.7 test/dummy/app/cells/song/with_form_tag_and_content_tag.erb