Sha256: 65770665f43380167ca92077b5759f66aeae6ea7e72a0c9aabf544298f4ec8be

Contents?: true

Size: 669 Bytes

Versions: 64

Compression:

Stored size: 669 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 %>';">
      <td><%= bts.name  %></td>
      <td><%= bts.url   %></td>    
    </tr>
  <% end %>
  </table>  

<% else %>

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

<% end %>

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
caboose-cms-0.9.229 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-1.0.2 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-1.0.1 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.228 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.227 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.226 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.225 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.224 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.223 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.222 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.221 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.220 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.219 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.218 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.217 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.216 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.215 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.214 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.213 app/views/caboose/block_type_sources/admin_index.html.erb
caboose-cms-0.9.212 app/views/caboose/block_type_sources/admin_index.html.erb