Sha256: 66a24b3220b0d6ef8effcd9ca0e235a46b9100c0ed69031594275a2050592fab
Contents?: true
Size: 455 Bytes
Versions: 2
Compression:
Stored size: 455 Bytes
Contents
<%= tab_container_wrapper(with_panel: true, **@wrapper_arguments) do %> <%= render Yattho::BaseComponent.new(**@system_arguments) do %> <% if @align == :right %> <%= actions %> <% end %> <%= render body do %> <% tabs.each do |tab| %> <%= tab %> <% end %> <% end %> <% if @align == :left %> <%= actions %> <% end %> <% end %> <% tabs.each do |tab| %> <%= tab.panel %> <% end %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yattho_view_components-0.1.1 | app/components/yattho/alpha/underline_panels.html.erb |
yattho_view_components-0.0.1 | app/components/yattho/alpha/underline_panels.html.erb |