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.3.2 app/views/shared/_meta.html.slim
enjoy_cms-0.3.1.2 app/views/shared/_meta.html.slim
enjoy_cms-0.3.1.1 app/views/shared/_meta.html.slim
enjoy_cms-0.3.1 app/views/shared/_meta.html.slim
enjoy_cms-0.3.0.4 app/views/shared/_meta.html.slim
enjoy_cms-0.3.0.3 app/views/shared/_meta.html.slim
enjoy_cms-0.3.0.2 app/views/shared/_meta.html.slim
enjoy_cms-0.2.1 app/views/shared/_meta.html.slim
enjoy_cms-0.2.0.3.2 app/views/shared/_meta.html.slim
enjoy_cms-0.2.0.3.1 app/views/shared/_meta.html.slim
enjoy_cms-0.2.0.3 app/views/shared/_meta.html.slim
enjoy_cms-0.2.0.2 app/views/shared/_meta.html.slim
enjoy_cms-0.2.0.1.beta app/views/shared/_meta.html.slim
enjoy_cms-0.2.0.beta app/views/shared/_meta.html.slim
enjoy_cms-0.1.0.beta1 app/views/shared/_meta.html.slim
ack_rocket_cms-0.9.2 app/views/shared/_meta.html.slim
ack_rocket_cms-0.9.1.3 app/views/shared/_meta.html.slim
ack_rocket_cms-0.9.1.2 app/views/shared/_meta.html.slim
ack_rocket_cms-0.9.1.1 app/views/shared/_meta.html.slim
ack_rocket_cms-0.9.1 app/views/shared/_meta.html.slim