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