Sha256: 013d175a1e9b147b535875a66948962e11be81d1600211ec7406f27f94f13307
Contents?: true
Size: 881 Bytes
Versions: 3
Compression:
Stored size: 881 Bytes
Contents
<text> <table border="1" width="100%"> <thead> <tr> <th>Description</th> <th>Codes</th> <th>Time</th> <% if status.present? %> <th>Status</th> <% end %> <% if value.present? %> <th>Value</th> <% end %> </tr> </thead> <tbody> <% entries.each_with_index do |entry, i| -%> <tr> <td ID="<%= section %>-desc-<%= i %>"><%= entry.description %></td> <td ID="<%= section %>-code-<%= i %>"><%= entry.codes_to_s %></td> <td><%= entry.times_to_s %></td> <% if status.present? %> <td><%= entry.status %></td> <% end %> <% if value.present? %> <td><%= entry.value["scalar"] %></td> <% end %> </tr> <%- end -%> </tbody> </table> </text>
Version data entries
3 entries across 3 versions & 1 rubygems