Sha256: 516a5aeb5157bc87415f669f6bd32e8c241590ab17e10f4ae0664ba9be6715b5

Contents?: true

Size: 741 Bytes

Versions: 4

Compression:

Stored size: 741 Bytes

Contents

<div class="widgets-index <%= @show_row_actions_class %>">

  <% if @show_search || @show_new_action %>

    <div class="widgets-index__head">

      <%= render './partials/counter.html' %>

      <% if @show_search %>

        <%= render './partials/search.html' %>

      <% end %>

      <% if @show_new_action %>

        <%= render './partials/new.html' %>

      <% end %>

    </div>

  <% end %>

  <%=raw @table.open %>

    <%=raw @table_head.show %>

    <%=raw @table_body.open %>

    <% @table_rows.each do |table_row| %>

      <%=raw table_row.show %>

    <% end %>

    <%=raw @table_body.close %>

  <%=raw @table.close %>
  
  <% if @show_pagiantion %>

    <%= render './partials/pagination.html' %>

  <% end %>

</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lato_core-2.2.2 app/cells/lato_core/widgets/index/views/show.html.erb
lato_core-2.2.0 app/cells/lato_core/widgets/index/views/show.html.erb
lato_core-2.1.4 app/cells/lato_core/widgets/index/views/show.html.erb
lato_core-2.1.3 app/cells/lato_core/widgets/index/views/show.html.erb