Sha256: 029685cde113a2ea85a6ac6ed6fca343143ba9cda4f63c52e5b32946a09b8722
Contents?: true
Size: 757 Bytes
Versions: 1
Compression:
Stored size: 757 Bytes
Contents
- 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ack_rocket_cms-0.7.2.3 | app/views/shared/_meta.html.haml |