Sha256: 73c196d09dec8b7c4926716a558802a12d1e473c1dbf6e2e6e18af1f7f6724db
Contents?: true
Size: 644 Bytes
Versions: 14
Compression:
Stored size: 644 Bytes
Contents
- unless obj.nil? .text_content - if (!defined?(h1) || h1) && !obj.h1.blank? %h1= obj.h1 - if obj.content.blank? - unless @seo_page.nil? = raw @seo_page.page_content - else = raw obj.content - if !obj.nil? = render 'shared/admin_link', obj: obj - if !@seo_page.nil? && (@seo_page.id != obj.id || @seo_page.class.name != obj.class.name) = render 'shared/admin_link', obj: @seo_page - content_for :meta do = render 'shared/meta', obj: obj = render 'shared/og', title: obj.get_og_title, image: obj.og_image - content_for :title do - if obj.title %title= obj.title
Version data entries
14 entries across 14 versions & 1 rubygems