2016-01-14 18:37:52 +05:30
|
|
|
- page_description brand_title unless page_description
|
|
|
|
|
2019-12-21 20:55:43 +05:30
|
|
|
-# Needs a redirect on the client side since it's using an anchor to distuingish
|
|
|
|
-# between sign in and registration. We need to inline the JS to not render
|
|
|
|
-# anything from this page beforehand.
|
|
|
|
-# Part of an experiment to build a new sign up flow. Will be removed again with
|
|
|
|
-# https://gitlab.com/gitlab-org/growth/engineering/issues/64
|
|
|
|
- if experiment_enabled?(:signup_flow) && current_path?("sessions#new")
|
|
|
|
= javascript_tag nonce: true do
|
|
|
|
:plain
|
|
|
|
if (window.location.hash === '#register-pane') {
|
|
|
|
window.location.replace("/users/sign_up")
|
|
|
|
}
|
|
|
|
|
2016-01-14 18:37:52 +05:30
|
|
|
- site_name = "GitLab"
|
2017-08-17 22:00:37 +05:30
|
|
|
%head{ prefix: "og: http://ogp.me/ns#" }
|
|
|
|
%meta{ charset: "utf-8" }
|
2018-11-18 11:00:15 +05:30
|
|
|
|
2020-04-22 19:07:51 +05:30
|
|
|
- if ActionController::Base.asset_host
|
2018-11-18 11:00:15 +05:30
|
|
|
%link{ rel: 'dns-prefetch', href: ActionController::Base.asset_host }
|
2020-06-23 00:09:42 +05:30
|
|
|
%link{ rel: 'preconnect', href: ActionController::Base.asset_host, crossorigin: '' }
|
|
|
|
|
|
|
|
- if Gitlab::CurrentSettings.snowplow_enabled? && Gitlab::CurrentSettings.snowplow_collector_hostname
|
|
|
|
%link{ rel: 'preconnect', href: Gitlab::CurrentSettings.snowplow_collector_hostname, crossorigin: '' }
|
2018-11-18 11:00:15 +05:30
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
%meta{ 'http-equiv' => 'X-UA-Compatible', content: 'IE=edge' }
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2020-07-28 23:09:34 +05:30
|
|
|
= render 'layouts/startup_js'
|
|
|
|
|
2016-01-14 18:37:52 +05:30
|
|
|
-# Open Graph - http://ogp.me/
|
2019-03-02 22:35:43 +05:30
|
|
|
%meta{ property: 'og:type', content: "object" }
|
|
|
|
%meta{ property: 'og:site_name', content: site_name }
|
|
|
|
%meta{ property: 'og:title', content: page_title }
|
2017-08-17 22:00:37 +05:30
|
|
|
%meta{ property: 'og:description', content: page_description }
|
2019-03-02 22:35:43 +05:30
|
|
|
%meta{ property: 'og:image', content: page_image }
|
2017-09-10 17:25:29 +05:30
|
|
|
%meta{ property: 'og:image:width', content: '64' }
|
|
|
|
%meta{ property: 'og:image:height', content: '64' }
|
2019-03-02 22:35:43 +05:30
|
|
|
%meta{ property: 'og:url', content: request.base_url + request.fullpath }
|
2016-01-14 18:37:52 +05:30
|
|
|
|
|
|
|
-# Twitter Card - https://dev.twitter.com/cards/types/summary
|
2019-03-02 22:35:43 +05:30
|
|
|
%meta{ property: 'twitter:card', content: "summary" }
|
|
|
|
%meta{ property: 'twitter:title', content: page_title }
|
|
|
|
%meta{ property: 'twitter:description', content: page_description }
|
|
|
|
%meta{ property: 'twitter:image', content: page_image }
|
2016-01-14 18:37:52 +05:30
|
|
|
= page_card_meta_tags
|
|
|
|
|
|
|
|
%title= page_title(site_name)
|
2017-08-17 22:00:37 +05:30
|
|
|
%meta{ name: "description", content: page_description }
|
2015-09-11 14:41:01 +05:30
|
|
|
|
2018-11-08 19:23:39 +05:30
|
|
|
= favicon_link_tag favicon, id: 'favicon', data: { original_href: favicon }, type: 'image/png'
|
2015-09-11 14:41:01 +05:30
|
|
|
|
2020-10-24 23:57:45 +05:30
|
|
|
= render 'layouts/startup_css'
|
2020-06-23 00:09:42 +05:30
|
|
|
- if user_application_theme == 'gl-dark'
|
2020-10-24 23:57:45 +05:30
|
|
|
= stylesheet_link_tag_defer "application_dark"
|
2020-06-23 00:09:42 +05:30
|
|
|
- else
|
2020-10-24 23:57:45 +05:30
|
|
|
= stylesheet_link_tag_defer "application"
|
2020-03-13 15:44:24 +05:30
|
|
|
= stylesheet_link_tag "disable_animations", media: "all" if Rails.env.test? || Gitlab.config.gitlab['disable_animations']
|
2020-10-24 23:57:45 +05:30
|
|
|
= stylesheet_link_tag_defer 'performance_bar' if performance_bar_enabled?
|
2017-09-10 17:25:29 +05:30
|
|
|
|
2020-10-24 23:57:45 +05:30
|
|
|
= stylesheet_link_tag_defer "highlight/themes/#{user_color_scheme}"
|
|
|
|
|
|
|
|
= render 'layouts/startup_css_activation'
|
2019-07-07 11:18:12 +05:30
|
|
|
|
2019-10-12 21:52:04 +05:30
|
|
|
= Gon::Base.render_data(nonce: content_security_policy_nonce)
|
2017-08-17 22:00:37 +05:30
|
|
|
|
2017-09-10 17:25:29 +05:30
|
|
|
- if content_for?(:library_javascripts)
|
|
|
|
= yield :library_javascripts
|
|
|
|
|
2018-03-17 18:26:18 +05:30
|
|
|
= javascript_include_tag locale_path unless I18n.locale == :en
|
2019-12-26 22:10:19 +05:30
|
|
|
= webpack_bundle_tag "sentry" if Gitlab.config.sentry.enabled
|
2015-09-11 14:41:01 +05:30
|
|
|
|
2016-08-24 12:49:21 +05:30
|
|
|
- if content_for?(:page_specific_javascripts)
|
|
|
|
= yield :page_specific_javascripts
|
2015-09-11 14:41:01 +05:30
|
|
|
|
2018-03-17 18:26:18 +05:30
|
|
|
= webpack_controller_bundle_tags
|
2020-10-24 23:57:45 +05:30
|
|
|
= webpack_bundle_tag "chrome_84_icon_fix" if browser.chrome?([">=84", "<85"]) || browser.edge?([">=84", "<85"])
|
2018-03-17 18:26:18 +05:30
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
= yield :project_javascripts
|
|
|
|
|
2016-06-16 23:09:34 +05:30
|
|
|
= csrf_meta_tags
|
2019-10-12 21:52:04 +05:30
|
|
|
= csp_meta_tag
|
2020-05-24 23:13:21 +05:30
|
|
|
= action_cable_meta_tag
|
2015-09-11 14:41:01 +05:30
|
|
|
|
2016-01-14 18:37:52 +05:30
|
|
|
- unless browser.safari?
|
2017-08-17 22:00:37 +05:30
|
|
|
%meta{ name: 'referrer', content: 'origin-when-cross-origin' }
|
|
|
|
%meta{ name: 'viewport', content: 'width=device-width, initial-scale=1, maximum-scale=1' }
|
|
|
|
%meta{ name: 'theme-color', content: '#474D57' }
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2015-09-11 14:41:01 +05:30
|
|
|
-# Apple Safari/iOS home screen icons
|
2019-03-02 22:35:43 +05:30
|
|
|
= favicon_link_tag 'touch-icon-iphone.png', rel: 'apple-touch-icon'
|
|
|
|
= favicon_link_tag 'touch-icon-ipad.png', rel: 'apple-touch-icon', sizes: '76x76'
|
2015-09-11 14:41:01 +05:30
|
|
|
= favicon_link_tag 'touch-icon-iphone-retina.png', rel: 'apple-touch-icon', sizes: '120x120'
|
2019-03-02 22:35:43 +05:30
|
|
|
= favicon_link_tag 'touch-icon-ipad-retina.png', rel: 'apple-touch-icon', sizes: '152x152'
|
2017-08-17 22:00:37 +05:30
|
|
|
%link{ rel: 'mask-icon', href: image_path('logo.svg'), color: 'rgb(226, 67, 41)' }
|
2015-09-11 14:41:01 +05:30
|
|
|
|
|
|
|
-# Windows 8 pinned site tile
|
2017-08-17 22:00:37 +05:30
|
|
|
%meta{ name: 'msapplication-TileImage', content: image_path('msapplication-tile.png') }
|
|
|
|
%meta{ name: 'msapplication-TileColor', content: '#30353E' }
|
2015-09-11 14:41:01 +05:30
|
|
|
|
|
|
|
= yield :meta_tags
|
|
|
|
|
2014-09-02 18:07:02 +05:30
|
|
|
= render 'layouts/google_analytics' if extra_config.has_key?('google_analytics_id')
|
|
|
|
= render 'layouts/piwik' if extra_config.has_key?('piwik_url') && extra_config.has_key?('piwik_site_id')
|
2019-12-26 22:10:19 +05:30
|
|
|
= render 'layouts/snowplow'
|