Sha256: 8e185bd1aa480ee3e7d4d0c139891746b838f25dc846c7b7092466befe85e075
Contents?: true
Size: 380 Bytes
Versions: 46
Compression:
Stored size: 380 Bytes
Contents
<table class="tables"> <thead> <tr> <th>Table name</th> <th colspan="2"> </th> </tr> </thead> <tbody> <% @tables.each do |table| %> <tr> <td><%= table %></td> <td><%= link_to 'Schema', table_path(table) %></td> <td><%= link_to 'Entries', table_data_path(table) %></td> </tr> <% end -%> </tbody> </table>
Version data entries
46 entries across 46 versions & 2 rubygems