Sha256: 611263dc0b661e9ea71bc6a553f29712f296e33b9c7c422804fe200cf3c6ee60
Contents?: true
Size: 694 Bytes
Versions: 3
Compression:
Stored size: 694 Bytes
Contents
<div class="widgets-index <%= @show_row_actions_class %>"> <% if @show_search || @show_new_action %> <div class="widgets-index__head"> <% 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
3 entries across 3 versions & 1 rubygems