Sha256: 3954b72ed0e4115b87e48a8da9ed868ab7741e4cb42365973a7b8c29ee871f14
Contents?: true
Size: 399 Bytes
Versions: 9
Compression:
Stored size: 399 Bytes
Contents
<%= content_tag(:div, id: object.id, data: object.data, class: object.classname) do %> <% if object.orientation === 'horizontal' %> <span><%= pb_rails("caption", props: { text: object.text }) %></span> <% end %> <% if object.orientation === 'vertical' %> <%= pb_rails("flex", props: { orientation: "column"}) do %> <% end %> <%end%> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems