Sha256: bc247fad61a369cd4a556ef9c2fa4ba6121f8f82000b5bebb9e2e9301938001d
Contents?: true
Size: 314 Bytes
Versions: 115
Compression:
Stored size: 314 Bytes
Contents
<% showcase.sample "Basic" do %> <%= render "shared/actions/box" do |box| %> <% box.title "Title" %> <% box.table "Some table content" %> <% end %> <% end %> <% showcase.options.context :nice_partials do |o| %> <% o.optional.content_block :title %> <% o.optional.content_block :table %> <% end %>
Version data entries
115 entries across 115 versions & 1 rubygems