Sha256: a3ce99064f3cb532b3e637bdb45d3e666ea779e4e3433d377603de5e76dc4332
Contents?: true
Size: 507 Bytes
Versions: 91
Compression:
Stored size: 507 Bytes
Contents
<h1>Page Block Types</h1> <p><a href='/admin/page-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/page-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
91 entries across 91 versions & 1 rubygems