Sha256: d37c84fdbb5e2c33614cd18ef3a2e8488f37dcafabe0bf9584fcda55269e7c69

Contents?: true

Size: 509 Bytes

Versions: 4

Compression:

Stored size: 509 Bytes

Contents

<div class="action-bar">
  <div class="action-group-left">
    <h1 class="admin-section-title"><%= @title %></h1>
  </div>

  <% if @widgets %>
    <% @widgets.each do |widget| %>
    <div class="action-group-<%= widget.last %>">
      <%= raw widget.first %>
    </div>
    <% end %>
  <% end %>

  <div class="action-group-right">
    <% if @links %>
      <% @links.each do |link| %>
        <%= link_to link[0], link[1], class: 'lato-button action-button' %>
      <% end %>
    <% end %>
  </div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lato_view-1.1.5 app/cells/lato_view/cells_v1/actionbar/views/show.html.erb
lato_view-1.1.4 app/cells/lato_view/cells_v1/actionbar/views/show.html.erb
lato_view-1.1.3 app/cells/lato_view/cells_v1/actionbar/views/show.html.erb
lato_view-1.1 app/concepts/lato_view/actionbar/views/show.html.erb