Sha256: e7b98970ee7268140139c9e31db0925e825b061c345bee7e6b7fcd4887a5042d

Contents?: true

Size: 232 Bytes

Versions: 1

Compression:

Stored size: 232 Bytes

Contents

<%= render "card", title: "Some Title" do |p| %>
  <% p.content_for :body do |tag| %>
    <%= tag.p "Lorem Ipsum" %>
  <% end %>

  <% p.content_for :image do %>
    <img src="https://example.com/image.jpg" />
  <% end %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nice_partials-0.1.9 test/fixtures/card_test.html.erb