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

Version Path
padrino-helpers-0.16.0.pre3 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.16.0.pre2 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.15.3 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.15.2 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.15.1 test/fixtures/markup_app/views/content_tag.erb
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/padrino-helpers-0.13.3.4/test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.15.0 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.14.4 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.14.3 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.12.9 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.14.2 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.13.3.4 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.14.1.1 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.14.1 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.14.0.2 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.14.0.1 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.14.0 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.14.0.rc2 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.14.0.rc1 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.13.3.3 test/fixtures/markup_app/views/content_tag.erb