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.211 app/views/caboose/page_templates/admin_index.html.erb
caboose-cms-0.9.210 app/views/caboose/page_templates/admin_index.html.erb
caboose-cms-0.9.209 app/views/caboose/page_templates/admin_index.html.erb
caboose-cms-0.9.208 app/views/caboose/page_templates/admin_index.html.erb
caboose-cms-0.9.207 app/views/caboose/page_templates/admin_index.html.erb
caboose-cms-0.9.206 app/views/caboose/page_templates/admin_index.html.erb
caboose-cms-0.9.205 app/views/caboose/page_templates/admin_index.html.erb
caboose-cms-0.9.204 app/views/caboose/page_templates/admin_index.html.erb
caboose-cms-0.9.203 app/views/caboose/page_templates/admin_index.html.erb
caboose-cms-0.9.202 app/views/caboose/page_templates/admin_index.html.erb
caboose-cms-0.9.201 app/views/caboose/page_templates/admin_index.html.erb
caboose-cms-0.9.200 app/views/caboose/page_templates/admin_index.html.erb
caboose-cms-0.9.198 app/views/caboose/page_templates/admin_index.html.erb
caboose-cms-0.9.197 app/views/caboose/page_templates/admin_index.html.erb
caboose-cms-0.9.196 app/views/caboose/page_templates/admin_index.html.erb
caboose-cms-0.9.195 app/views/caboose/page_templates/admin_index.html.erb
caboose-cms-0.9.194 app/views/caboose/page_templates/admin_index.html.erb
caboose-cms-0.9.193 app/views/caboose/page_templates/admin_index.html.erb
caboose-cms-0.9.192 app/views/caboose/page_templates/admin_index.html.erb
caboose-cms-0.9.191 app/views/caboose/page_templates/admin_index.html.erb