Sha256: aae7b2a7bcbef1a35864288784d4f57b02407433dac54155762ea7bce2c3a872

Contents?: true

Size: 759 Bytes

Versions: 1

Compression:

Stored size: 759 Bytes

Contents

Word.

<%= form_tag "/erubis/is/horribly/outdated" do %>
  <%= link_to "/rails/sucks" do %>
    hallo
  <% 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

1 entries across 1 versions & 1 rubygems

Version Path
cells-erb-0.0.6 test/dummy/app/cells/song/with_form_tag_and_content_tag.erb