Sha256: 68926ce6832509791351a44c719db45a400167dc46395cae12584ab85e9fbd8d
Contents?: true
Size: 370 Bytes
Versions: 61
Compression:
Stored size: 370 Bytes
Contents
<% if fields.empty? %> <%% for feature in features do -%> <%%= debug feature %> <%% end %> <% else %> <table class="infotab"> <% fields.each_with_index do |field, i| %> <tr><td class="tabtitle"><%= aliases[i] %></td> <%% for feature in features do -%> <td class="tabcell"><%%= feature.<%= field %> %></td> <%% end %> </tr> <% end %> </table> <% end %>
Version data entries
61 entries across 33 versions & 1 rubygems