Sha256: 0f00e0cce501ad9d96cb5f2d17183adab5b7ae972af0b0c6fcf3264e1cb3229c

Contents?: true

Size: 434 Bytes

Versions: 2

Compression:

Stored size: 434 Bytes

Contents

<%= wrapper do %>
  <%= render Yattho::BaseComponent.new(**@system_arguments) do %>
    <%= visual %>
    <%= heading %>
    <%= description %>
    <% if primary_action.present? %>
      <div class="blankslate-action">
        <%= primary_action %>
      </div>
    <% end %>
    <% if secondary_action.present? %>
      <div class="blankslate-action">
        <%= secondary_action %>
      </div>
    <% end %>
  <% end %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yattho_view_components-0.1.1 app/components/yattho/beta/blankslate.html.erb
yattho_view_components-0.0.1 app/components/yattho/beta/blankslate.html.erb