Sha256: d21ac5a961c2f9a429d8923ee340f34af3f8be2ac1e6aca1d75469f27b416888

Contents?: true

Size: 503 Bytes

Versions: 29

Compression:

Stored size: 503 Bytes

Contents

<h1>Block Type Sources</h1>

<p><a href='/admin/block-type-sources/new'>New Source</a></p>

<% if (@block_type_sources.count > 0) %>

  <table class='data'>
    <tr>
      <th>Name</th>
      <th>URL</th>      
    </tr>
  <% @block_type_sources.each do |bts| %>
    <tr onclick="window.location='/admin/block-type-sources/<%= bts.id %>/edit';">
      <td><%= bts.name  %></td>
      <td><%= bts.url   %></td>    
    </tr>
  <% end %>
  </table>  

<% else %>

  <p>There are no sources.</p>

<% end %>

Version data entries

29 entries across 29 versions & 1 rubygems

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