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

Version Path
caboose-cms-0.4.34 app/views/caboose/block_types/admin_index.html.erb
caboose-cms-0.4.33 app/views/caboose/block_types/admin_index.html.erb
caboose-cms-0.4.32 app/views/caboose/block_types/admin_index.html.erb
caboose-cms-0.4.31 app/views/caboose/block_types/admin_index.html.erb
caboose-cms-0.4.30 app/views/caboose/block_types/admin_index.html.erb
caboose-cms-0.4.29 app/views/caboose/block_types/admin_index.html.erb
caboose-cms-0.4.28 app/views/caboose/block_types/admin_index.html.erb
caboose-cms-0.4.27 app/views/caboose/block_types/admin_index.html.erb
caboose-cms-0.4.26 app/views/caboose/block_types/admin_index.html.erb
caboose-cms-0.4.25 app/views/caboose/block_types/admin_index.html.erb
caboose-cms-0.4.24 app/views/caboose/block_types/admin_index.html.erb
caboose-cms-0.4.23 app/views/caboose/block_types/admin_index.html.erb
caboose-cms-0.4.22 app/views/caboose/block_types/admin_index.html.erb
caboose-cms-0.4.21 app/views/caboose/block_types/admin_index.html.erb
caboose-cms-0.4.20 app/views/caboose/block_types/admin_index.html.erb
caboose-cms-0.4.19 app/views/caboose/block_types/admin_index.html.erb
caboose-cms-0.4.18 app/views/caboose/block_types/admin_index.html.erb
caboose-cms-0.4.17 app/views/caboose/block_types/admin_index.html.erb
caboose-cms-0.4.16 app/views/caboose/block_types/admin_index.html.erb
caboose-cms-0.4.15 app/views/caboose/block_types/admin_index.html.erb