Sha256: b1cab3a0845b5a4f854b16103bf981b903f1bdd9af05fe9dec18f37cb47ff674

Contents?: true

Size: 334 Bytes

Versions: 134

Compression:

Stored size: 334 Bytes

Contents

- unless !obj.respond_to?(:keywords) || obj.keywords.blank?
  %meta{name: "keywords", content: obj.keywords}/
- unless !obj.respond_to?(:description) || obj.description.blank?
  %meta{name: "description", content: obj.description}/
- unless !obj.respond_to?(:robots) || obj.robots.blank?
  %meta{name: "robots", content: obj.robots}/

Version data entries

134 entries across 134 versions & 2 rubygems

Version Path
rocket_cms-0.5.6 app/views/shared/_meta.html.haml
rocket_cms-0.5.5 app/views/shared/_meta.html.haml
rocket_cms-0.5.4 app/views/shared/_meta.html.haml
rocket_cms-0.5.3 app/views/shared/_meta.html.haml
rocket_cms-0.5.2 app/views/shared/_meta.html.haml
rocket_cms-0.5.1 app/views/shared/_meta.html.haml
rocket_cms-0.5.0 app/views/shared/_meta.html.haml
rocket_cms-0.5.0.rc.5 app/views/shared/_meta.html.haml
rocket_cms-0.5.0.rc.4 app/views/shared/_meta.html.haml
rocket_cms-0.4.2 app/views/shared/_meta.html.haml
rocket_cms-0.3.2 app/views/shared/_meta.html.haml
rocket_cms-0.2.12 app/views/shared/_meta.html.haml
rocket_cms-0.2.10 app/views/shared/_meta.html.haml
rocket_cms-0.1.13 app/views/shared/_meta.html.haml