Sha256: c4e60b01cc03ba17691e60a0cd19c14cc999564c84482e36940ff825405a143a

Contents?: true

Size: 178 Bytes

Versions: 4

Compression:

Stored size: 178 Bytes

Contents

<% if(@current_row) %>
<tr>
  <% @current_row.each_with_index do |attribute, index| %>
    <td data-label="<%= @head[index] %>"><%= attribute %></td>
  <% end %>
</tr>
<% 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/row.html.erb
lato_view-1.1.4 app/cells/lato_view/cells_v1/table/views/row.html.erb
lato_view-1.1.3 app/cells/lato_view/cells_v1/table/views/row.html.erb
lato_view-1.1 app/concepts/lato_view/table/views/row.html.erb