Sha256: 780e7089af3432690f43e57cc790f609e21c2563437d28cf9bb1e4b2de829ae4
Contents?: true
Size: 497 Bytes
Versions: 34
Compression:
Stored size: 497 Bytes
Contents
<h1>Page Block Types</h1> <p><a href='/admin/block-types/new'>New Block Type</a></p> <% if (@block_types.count > 0) %> <table class='data'> <tr> <th>Name</th> <th>Description</th> </tr> <% @block_types.each do |bt| %> <tr onclick="window.location='/admin/block-types/<%= bt.id %>/edit';"> <td><%= bt.name %></td> <td><%= bt.description %></td> </tr> <% end %> </table> <% else %> <p>There are no block types.</p> <% end %>
Version data entries
34 entries across 34 versions & 1 rubygems