Sha256: dcc72ea75f223dcbed0f7949475a92db9b7a900e4314c8d69e49bb4318df90a2
Contents?: true
Size: 280 Bytes
Versions: 45
Compression:
Stored size: 280 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 %> <%= content_tag_with_block %>
Version data entries
45 entries across 45 versions & 4 rubygems