Sha256: 92fe968b494e70fac42c8443932b067d7d9367092b83b03000439c279f97a0b7
Contents?: true
Size: 352 Bytes
Versions: 1
Compression:
Stored size: 352 Bytes
Contents
<!-- displays in json format for d3 to read and assign appropriate values to the map--> <h1>Listing posts</h1> <table> <tr> <th>Number</th> <th>Code</th> <th>Name</th> </tr> <% @states.each do |state| %> <tr> <td><%= state.number %></td> <td><%= state.code %></td> <td><%= state.name %></td> </tr> <% end %> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
d3_maps-0.1.0 | app/views/states/index.html.erb |