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.166 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.165 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.164 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.163 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.162 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.161 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.160 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.159 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.158 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.157 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.156 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.155 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.154 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.153 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.152 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.151 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.150 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.149 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.148 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.147 app/views/caboose/block_type_sources/admin_index.html.erb