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