Sha256: c33b05f4d05877ea30a7b76d947bf0522bfd76f111727a26aef93194b07f4143

Contents?: true

Size: 641 Bytes

Versions: 1

Compression:

Stored size: 641 Bytes

Contents

<p>Find me in app/views/forest/block_layouts/show.html.erb</p>

<%# content_for :page_description, @block_layout.description if @block_layout.try(:description).present? %>
<%# content_for :page_featured_image, @block_layout.featured_image.attachment.url(:large) if @block_layout.try(:featured_image).present? %>

<p>
  <b>Display Name</b>
  <%= @block_layout.display_name %>
</p>
<p>
  <b>Slug</b>
  <%= @block_layout.slug %>
</p>
<p>
  <b>Description</b>
  <%= @block_layout.description %>
</p>

<p>
  <b>Status:</b>
  <%= @block_layout.try(:status) %>
</p>

<%= render_blocks @block_layout.blocks if @block_layout.try(:blocks).present? %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
forest_cms-0.98.1 app/views/admin/block_layouts/show.html.erb