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

Version Path
padrino-fields-0.3.3 test/fixtures/datamapper/views/content_tag.erb
middleman-2.0.7 lib/middleman/vendor/padrino-helpers-0.10.0/test/fixtures/markup_app/views/content_tag.erb
middleman-2.0.6 lib/middleman/vendor/padrino-helpers-0.10.0/test/fixtures/markup_app/views/content_tag.erb
middleman-2.0.5 lib/middleman/vendor/padrino-helpers-0.10.0/test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.10.1 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.10.0 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.9.29 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.9.28 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.9.27 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.9.26 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.9.24 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.9.25 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.9.23 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.9.22 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.9.21 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.9.20 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.9.19 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.9.18 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.9.17 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.9.16 test/fixtures/markup_app/views/content_tag.erb