Sha256: 6d3d465e208703f2531261dcca29b94b07f6eb213ebec0d3ebe96c5163343410

Contents?: true

Size: 781 Bytes

Versions: 50

Compression:

Stored size: 781 Bytes

Contents

- alt_obj ||= nil

- if obj.respond_to?(:keywords) and !obj.keywords.blank?
  meta{name="keywords" content="#{obj.keywords}"}/
- else
  - if alt_obj and alt_obj.respond_to?(:keywords) and !alt_obj.keywords.blank?
    meta{name="keywords" content="#{alt_obj.keywords}"}/

- if obj.respond_to?(:description) and !obj.description.blank?
  meta{name="description" content="#{obj.description}"}/
- else
  - if alt_obj and alt_obj.respond_to?(:description) and !alt_obj.description.blank?
    meta{name="description" content="#{alt_obj.description}"}/

- if obj.respond_to?(:robots) and !obj.robots.blank?
  meta{name="robots" content="#{obj.robots}"}/
- else
  - if alt_obj and alt_obj.respond_to?(:robots) and !alt_obj.robots.blank?
    meta{name="robots" content="#{alt_obj.robots}"}/

Version data entries

50 entries across 50 versions & 2 rubygems

Version Path
enjoy_cms-0.4.1 app/views/shared/_meta.html.slim
enjoy_cms-0.4.0.5 app/views/shared/_meta.html.slim
enjoy_cms-0.4.0.4 app/views/shared/_meta.html.slim
enjoy_cms-0.4.0.3 app/views/shared/_meta.html.slim
enjoy_cms-0.4.0.2 app/views/shared/_meta.html.slim
enjoy_cms-0.4.0.1 app/views/shared/_meta.html.slim
enjoy_cms-0.4.0 app/views/shared/_meta.html.slim
enjoy_cms-0.4.0.beta3 app/views/shared/_meta.html.slim
enjoy_cms-0.3.7.4 app/views/shared/_meta.html.slim
enjoy_cms-0.3.7.3 app/views/shared/_meta.html.slim
enjoy_cms-0.3.7.2 app/views/shared/_meta.html.slim
enjoy_cms-0.3.7.1 app/views/shared/_meta.html.slim
enjoy_cms-0.3.7 app/views/shared/_meta.html.slim
enjoy_cms-0.3.6.2 app/views/shared/_meta.html.slim
enjoy_cms-0.3.6.1 app/views/shared/_meta.html.slim
enjoy_cms-0.3.6 app/views/shared/_meta.html.slim
enjoy_cms-0.3.5 app/views/shared/_meta.html.slim
enjoy_cms-0.3.4 app/views/shared/_meta.html.slim
enjoy_cms-0.3.3 app/views/shared/_meta.html.slim
enjoy_cms-0.3.2.1 app/views/shared/_meta.html.slim