Sha256: a034fcffbbdfcc463ddd04a657094258ef29190a3c1bc9cd0cc22c53e0cc23da
Contents?: true
Size: 248 Bytes
Versions: 28
Compression:
Stored size: 248 Bytes
Contents
<%= content_tag :p, "Test 1", :class => 'test', :id => "test1" %> <%= content_tag :p, "Test 2" %> <% content_tag(:p, :class => 'test', :id => 'test3') do %> <span>Test 3</span> <% end %> <% content_tag(:p) do %> <span>Test 4</span> <% end %>
Version data entries
28 entries across 28 versions & 3 rubygems