Sha256: c8156cd013cdb2390b367a934e4f57c8174c054bb7fb8c85433e3976924bdaff
Contents?: true
Size: 266 Bytes
Versions: 2
Compression:
Stored size: 266 Bytes
Contents
<p>Before</p> <%= render Views::Card.new do |a| %> <p>Start Card A</p> <%= a.title "Hello from A" %> <%= render Views::Card.new do |b| %> <p>Start Card B</p> <%= b.title "Hello from B" %> <p>End Card B</p> <% end %> <p>End Card A</p> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phlex-0.2.1 | fixtures/dummy/app/views/articles/index.html.erb |
phlex-0.2.0 | fixtures/dummy/app/views/articles/index.html.erb |