Skip to content
Snippets Groups Projects
Commit f04cdf2b authored by Valery Sizov's avatar Valery Sizov
Browse files

fix spinach

parent b7d61ed6
No related branches found
No related tags found
No related merge requests found
module AppearancesHelper
def brand_title
if brand_item
if brand_item && brand_item.title
brand_item.title
else
'GitLab Enterprise Edition'
Loading
Loading
%head{prefix: "og: http://ogp.me/ns#"}
%meta{charset: "utf-8"}
%meta{'http-equiv' => 'X-UA-Compatible', content: 'IE=edge'}
%meta{content: "GitLab Enterprise Edition", name: "description"}
%meta{name: 'referrer', content: 'origin-when-cross-origin'}
%meta{name: "description", content: page_description}
 
-# Open Graph - http://ogp.me/
%meta{property: 'og:type', content: "object"}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment