2015-04-30 13:06:18 -04:00
|
|
|
- page_title "GitLab"
|
2012-02-09 02:59:04 -05:00
|
|
|
%head
|
2012-08-10 18:07:50 -04:00
|
|
|
%meta{charset: "utf-8"}
|
2015-04-26 16:49:12 -04:00
|
|
|
%meta{'http-equiv' => 'X-UA-Compatible', content: 'IE=edge'}
|
2014-06-26 05:56:15 -04:00
|
|
|
%meta{content: "GitLab Community Edition", name: "description"}
|
2014-06-18 10:18:38 -04:00
|
|
|
|
2015-04-30 13:06:18 -04:00
|
|
|
%title= page_title
|
2015-04-21 10:31:40 -04:00
|
|
|
|
2012-02-09 02:59:04 -05:00
|
|
|
= favicon_link_tag 'favicon.ico'
|
2015-07-07 00:31:59 -04:00
|
|
|
|
|
|
|
= stylesheet_link_tag "application", media: "all"
|
|
|
|
= stylesheet_link_tag "print", media: "print"
|
|
|
|
|
2012-02-09 02:59:04 -05:00
|
|
|
= javascript_include_tag "application"
|
2015-07-07 00:31:59 -04:00
|
|
|
|
2012-02-09 02:59:04 -05:00
|
|
|
= csrf_meta_tags
|
2015-07-07 00:31:59 -04:00
|
|
|
|
2013-02-19 07:30:37 -05:00
|
|
|
= include_gon
|
2015-07-07 00:31:59 -04:00
|
|
|
|
2015-02-09 12:11:06 -05:00
|
|
|
%meta{name: 'viewport', content: 'width=device-width, initial-scale=1, maximum-scale=1'}
|
2015-01-13 15:04:04 -05:00
|
|
|
%meta{name: 'theme-color', content: '#474D57'}
|
2013-01-12 14:54:52 -05:00
|
|
|
|
2015-07-07 00:31:59 -04:00
|
|
|
-# Apple Safari/iOS home screen icons
|
|
|
|
= favicon_link_tag 'touch-icon-iphone.png', rel: 'apple-touch-icon'
|
|
|
|
= favicon_link_tag 'touch-icon-ipad.png', rel: 'apple-touch-icon', sizes: '76x76'
|
|
|
|
= favicon_link_tag 'touch-icon-iphone-retina.png', rel: 'apple-touch-icon', sizes: '120x120'
|
|
|
|
= favicon_link_tag 'touch-icon-ipad-retina.png', rel: 'apple-touch-icon', sizes: '152x152'
|
|
|
|
|
2015-06-02 08:56:50 -04:00
|
|
|
= yield :meta_tags
|
2015-04-21 10:31:40 -04:00
|
|
|
|
2013-05-24 16:17:07 -04:00
|
|
|
= render 'layouts/google_analytics' if extra_config.has_key?('google_analytics_id')
|
2014-02-23 09:06:49 -05:00
|
|
|
= render 'layouts/piwik' if extra_config.has_key?('piwik_url') && extra_config.has_key?('piwik_site_id')
|
2015-04-20 18:28:19 -04:00
|
|
|
= render 'layouts/bootlint' if Rails.env.development?
|