Sha256: 71f80d03b31429a634d4e45e0c5928d0f1a583da40620ad81c42f898b5b5fed0

Contents?: true

Size: 943 Bytes

Versions: 64

Compression:

Stored size: 943 Bytes

Contents

<h1>Page Templates</h1>

<div class="page-templates-wrapper">
	<% @categories.each do |cat| %>
		<div class="category clearfix">
			<h3><%= cat.title %></h3>
			<p class="description"><%= cat.description %></p>
			<div class="cat-templates">
				<% cat.page_templates.order(:sort_order).each do |tem| %>
					<a href="/admin/templates/<%= tem.id %>" class="template">
						<img src="<%= tem.screenshot.url(:small) %>" width="200" height="200" alt="<%= tem.title %>" srcset="<%= tem.screenshot.url(:medium) %> 2x" />
						<div class="text">
							<span class="title"><%= tem.title.blank? ? 'New Template' : tem.title %></span>
							<% if !tem.description.blank? %><span class="desc"><%= tem.description %></span><% end %>
						</div>
					</a>
				<% end %>
			</div>
			<div class="btn-holder">
				<a href="/admin/templates/new?category=<%= cat.id %>" class="caboose-btn-white">New Page Template</a>
			</div>
		</div>
	<% end %>
</div>

Version data entries

64 entries across 64 versions & 1 rubygems

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