Sha256: dab14f8f37a58c92a177058c8f6ca79bc70a39b3a0169ec58615acc4ad72b234

Contents?: true

Size: 250 Bytes

Versions: 107

Compression:

Stored size: 250 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

107 entries across 107 versions & 3 rubygems

Version Path
padrino-helpers-0.7.7 test/fixtures/markup_app/views/content_tag.erb
sinatra_more-0.3.38 test/fixtures/markup_app/views/content_tag.erb
sinatra_more-0.3.37 test/fixtures/markup_app/views/content_tag.erb
sinatra_more-0.3.36 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.7.6 test/fixtures/markup_app/views/content_tag.erb
sinatra_more-0.3.35 test/fixtures/markup_app/views/content_tag.erb
sinatra_more-0.3.34 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.7.5 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.7.4 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.7.3 test/fixtures/markup_app/views/content_tag.erb
darkhelmet-sinatra_more-0.3.36 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.7.2 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.7.1 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.7.0 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.6.7 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.6.3 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.6.2 test/fixtures/markup_app/views/content_tag.erb
padrino-helpers-0.6.1 test/fixtures/markup_app/views/content_tag.erb
darkhelmet-sinatra_more-0.3.35 test/fixtures/markup_app/views/content_tag.erb
darkhelmet-sinatra_more-0.3.34 test/fixtures/markup_app/views/content_tag.erb