Sha256: c92cf75d1ef3cd0855a9573a899ef4338ac07abfa10603815d9b358cef5a3e29

Contents?: true

Size: 627 Bytes

Versions: 23

Compression:

Stored size: 627 Bytes

Contents

<h1>Block Type Categories</h1>

<ul>
	<% @btc.each do |btc| %>
		<li>
			<a href="/admin/block-type-categories/<%= btc.id %>"><%= btc.name %></a>
			<ul>
				<% btc.children.each do |btc2| %>
					<li>
						<a href="/admin/block-type-categories/<%= btc2.id %>"><%= btc2.name %></a>
						<ul>
							<% btc2.children.each do |btc3| %>
								<li>
									<a href="/admin/block-type-categories/<%= btc3.id %>"><%= btc3.name %></a>
								</li>
							<% end %>
						</ul>
					</li>
				<% end %>
			</ul>
		</li>
	<% end %>
</ul>
<br /><br />
<a href="/admin/block-type-categories/new" class="caboose-btn">New Category</a>

Version data entries

23 entries across 23 versions & 1 rubygems

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