Sha256: 7841fa4e13c0fa1d2b0b21c41d79bb773d1433822fdb1e947baa29011ea55451
Contents?: true
Size: 427 Bytes
Versions: 537
Compression:
Stored size: 427 Bytes
Contents
<%= pb_content_tag do %> <% if object.orientation === 'horizontal' %> <% if content %> <%= content %> <% elsif object.text %> <span><%= pb_rails("caption", props: { text: object.text }) %></span> <% end %> <% end %> <% if object.orientation === 'vertical' %> <%= pb_rails("flex", props: { orientation: "column"}) do %> <% end %> <%end%> <% end %>
Version data entries
537 entries across 537 versions & 1 rubygems