Sha256: a570b96d2e8fb8832b5bcdaf8e106c88190a359c5df3bc13c8a2d8d65f42b26f
Contents?: true
Size: 452 Bytes
Versions: 11
Compression:
Stored size: 452 Bytes
Contents
<table class="table" data-updateable data-updateable-interval="5s"> <tr> <th>Name</th> <th>Connect</th> </tr> <% @access_points.each do |ap| %> <tr> <td><%= ap.ssid %></td> <td> <form method="post" action="/networks"> <input type="hidden" name="ssid" value="<%= ap.ssid %>" /> <input class="btn btn-with-text" type="submit" value="Connect" /> </form> </td> </tr> <% end %> </table>
Version data entries
11 entries across 11 versions & 1 rubygems