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
ack_rocket_cms-0.9 app/views/shared/_meta.html.slim
ack_rocket_cms-0.8.2 app/views/shared/_meta.html.slim
ack_rocket_cms-0.8.0 app/views/shared/_meta.html.slim
ack_rocket_cms-0.7.7.1 app/views/shared/_meta.html.slim
ack_rocket_cms-0.7.7 app/views/shared/_meta.html.slim
ack_rocket_cms-0.7.6.4 app/views/shared/_meta.html.slim
ack_rocket_cms-0.7.6.3 app/views/shared/_meta.html.slim
ack_rocket_cms-0.7.6.2 app/views/shared/_meta.html.slim
ack_rocket_cms-0.7.6.1 app/views/shared/_meta.html.slim
ack_rocket_cms-0.7.6 app/views/shared/_meta.html.slim