Sha256: 4accab98f85437f0150d2b4561b6d6649f2c727aec89485616dcffe0d1e37004
Contents?: true
Size: 324 Bytes
Versions: 1
Compression:
Stored size: 324 Bytes
Contents
<table> <% @info.each do |key, value| %> <% if value.kind_of?(Array) %> <% value.each.with_index do |v, i| %> <tr> <th><%= h key %> (<%= i %>)</th> <td><%= h v %></td> </tr> <% end %> <% else %> <tr> <th><%= h key %></th> <td><%= h value.to_s %></td> </tr> <% end %> <% end %> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rest-gw2-0.4.0 | lib/rest-gw2/view/info.erb |