Sha256: 770c6e1698ee12e81d41b871a7a62d1d70be054494ee9a79ea9f76f4cb5cf71f
Contents?: true
Size: 275 Bytes
Versions: 2
Compression:
Stored size: 275 Bytes
Contents
<table class="keys"> <tr> <th>Key</th> <th>Type</th> </tr> <tbody> <% @keys.each do |key| %> <tr class="key"> <td> <a href="/keys/<%= key[:key] %>"> <%= key[:key] %> </a> </td> <td><%= key[:type] %></td> </tr> <% end %> </tbody> </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redis-ui-0.1.3 | lib/views/index.html.erb |
redis-ui-0.1.1 | lib/views/index.html.erb |