Sha256: 4e6e22a393c5afd1764b2c3e257233de5167d0a4e2bdab85d9f896bb75791e9a
Contents?: true
Size: 673 Bytes
Versions: 27
Compression:
Stored size: 673 Bytes
Contents
<% if true %> <table class="infotab"> <tr> <td class="tabtitle">Country</td> <td class="tabtitle">Short</td> </tr> <% for feature in features do -%> <tr> <td class="tabcell"><%= feature.ne:sovereignt %></td> <td class="tabcell"><%= feature.ne:sov_a3 %></td> </tr> <% end %> </table> <% else %> <table class="infotab"> <tr><td class="tabtitle">Country</td> <% for feature in features do -%> <td class="tabcell"><%= feature.ne:sovereignt %></td> <% end %> </tr> <tr><td class="tabtitle">Short</td> <% for feature in features do -%> <td class="tabcell"><%= feature.ne:sov_a3 %></td> <% end %> </tr> </table> <% end %>
Version data entries
27 entries across 27 versions & 1 rubygems