Sha256: a4d3b190f0fb9982e9d184a97f067dd2576c71c9f1d20e352e603c86f3070373

Contents?: true

Size: 534 Bytes

Versions: 14

Compression:

Stored size: 534 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>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
caboose-cms-0.9.208 app/views/caboose/block_type_categories/admin_index.html.erb
caboose-cms-0.9.207 app/views/caboose/block_type_categories/admin_index.html.erb
caboose-cms-0.9.206 app/views/caboose/block_type_categories/admin_index.html.erb
caboose-cms-0.9.205 app/views/caboose/block_type_categories/admin_index.html.erb
caboose-cms-0.9.204 app/views/caboose/block_type_categories/admin_index.html.erb
caboose-cms-0.9.203 app/views/caboose/block_type_categories/admin_index.html.erb
caboose-cms-0.9.202 app/views/caboose/block_type_categories/admin_index.html.erb
caboose-cms-0.9.201 app/views/caboose/block_type_categories/admin_index.html.erb
caboose-cms-0.9.200 app/views/caboose/block_type_categories/admin_index.html.erb
caboose-cms-0.9.198 app/views/caboose/block_type_categories/admin_index.html.erb
caboose-cms-0.9.197 app/views/caboose/block_type_categories/admin_index.html.erb
caboose-cms-0.9.196 app/views/caboose/block_type_categories/admin_index.html.erb
caboose-cms-0.9.195 app/views/caboose/block_type_categories/admin_index.html.erb
caboose-cms-0.9.194 app/views/caboose/block_type_categories/admin_index.html.erb