Sha256: 4bc2b964b609592499c70ab33fca5b6cc7336a6bf647cc2bbf1764550502fae7

Contents?: true

Size: 567 Bytes

Versions: 42

Compression:

Stored size: 567 Bytes

Contents

<div class="Polaris-PageActions">
  <div class="Polaris-Stack Polaris-Stack--spacingTight Polaris-Stack--distributionEqualSpacing">
    <div class="Polaris-Stack__Item">
      <% if left.is_a? Array %>
        <% left.each do |item| %>
          <%= item %>
        <% end %>
      <% else %>
        <%= left %>
      <% end %>
    </div>
    <div class="Polaris-Stack__Item">
      <% if right.is_a? Array %>
        <% right.each do |item| %>
          <%= item %>
        <% end %>
      <% else %>
        <%= right %>
      <% end %>
    </div>
  </div>
</div>

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
polaris_view_helpers-1.2.11 app/views/polaris/_page_actions.html.erb
polaris_view_helpers-1.2.10 app/views/polaris/_page_actions.html.erb
polaris_view_helpers-1.2.9 app/views/polaris/_page_actions.html.erb
polaris_view_helpers-1.2.8 app/views/polaris/_page_actions.html.erb
polaris_view_helpers-1.2.7 app/views/polaris/_page_actions.html.erb
polaris_view_helpers-1.2.6 app/views/polaris/_page_actions.html.erb
polaris_view_helpers-1.2.5 app/views/polaris/_page_actions.html.erb
polaris_view_helpers-1.2.4 app/views/polaris/_page_actions.html.erb
polaris_view_helpers-1.2.3 app/views/polaris/_page_actions.html.erb
polaris_view_helpers-1.2.2 app/views/polaris/_page_actions.html.erb
polaris_view_helpers-1.2.1 app/views/polaris/_page_actions.html.erb
polaris_view_helpers-1.2.0 app/views/polaris/_page_actions.html.erb
polaris_view_helpers-1.1.6 app/views/polaris/_page_actions.html.erb
polaris_view_helpers-1.1.5 app/views/polaris/_page_actions.html.erb
polaris_view_helpers-1.0.5 app/views/polaris/_page_actions.html.erb
polaris_view_helpers-1.0.4 app/views/polaris/_page_actions.html.erb
polaris_view_helpers-1.0.3 app/views/polaris/_page_actions.html.erb
polaris_view_helpers-1.0.2 app/views/polaris/_page_actions.html.erb
polaris_view_helpers-1.0.1 app/views/polaris/_page_actions.html.erb
polaris_view_helpers-1.0.0 app/views/polaris/_page_actions.html.erb