Sha256: 9eb5fd4d92a2665aafa28c5e68cf47e7f3a24a92e169001d0d5968c519f9f229

Contents?: true

Size: 159 Bytes

Versions: 4

Compression:

Stored size: 159 Bytes

Contents

<% if(@head and !@head.nil?) %>
  <thead>
    <tr>
    <% @head.each do |title| %>
      <th><%=raw title %></th>
    <% end %>
    </tr>
  </thead>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

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