Sha256: e0af79e96e3c0d5e3cd097ed41993e44e121d588fa5381985be042befca95dd7

Contents?: true

Size: 287 Bytes

Versions: 2

Compression:

Stored size: 287 Bytes

Contents

<%= 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 %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yattho_view_components-0.1.1 app/components/yattho/alpha/underline_nav.html.erb
yattho_view_components-0.0.1 app/components/yattho/alpha/underline_nav.html.erb