Sha256: c9da39f5fc77bea7f0e10a74fbd16eb86fcc22f3ae575c28d1653230952dae41

Contents?: true

Size: 674 Bytes

Versions: 714

Compression:

Stored size: 674 Bytes

Contents

<div id='crumbtrail'>
  <a href='/admin'>Admin</a> >
  <a href='/admin/block-types'>Block Types</a> >
  <a href='/admin/block-types/store'>Store</a>
</div>

<h1>Block Type Sources</h1>

<p><a href='/admin/block-types/store/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-types/store/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

714 entries across 714 versions & 1 rubygems

Version Path
caboose-cms-0.9.126 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.125 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.124 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.123 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.122 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.121 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.120 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.119 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.118 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.117 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.116 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.115 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.114 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.113 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.112 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.111 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.110 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.109 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.108 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.107 app/views/caboose/block_type_sources/admin_index.html.erb