Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah German <sgerman@gitlab.com>2022-06-28 01:18:05 +0300
committerDavid O'Regan <doregan@gitlab.com>2022-06-28 11:42:47 +0300
commit4b4d7c69725aac5b64ecae4d20b3629530ae1e15 (patch)
tree49c24e8895672a5390929545ff04ee05c7352b15 /layouts/redirect.html
parent40cc22d12e91830a0d8d14d08db9aba475f9ee72 (diff)
Remove CDN includes from redirect template
Diffstat (limited to 'layouts/redirect.html')
-rw-r--r--layouts/redirect.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/redirect.html b/layouts/redirect.html
index 0d64c3e0..c9187fc3 100644
--- a/layouts/redirect.html
+++ b/layouts/redirect.html
@@ -6,11 +6,10 @@
<meta name="robots" content="noindex">
<link rel="canonical" href="<%= @item[:redirect_to] %>">
<meta http-equiv="refresh" content="0; url=<%= @item[:redirect_to] %>">
- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
+ <link rel="stylesheet" href="/frontend/shared/global_imports.css">
<link rel="stylesheet" href="<%= @items['/assets/stylesheets/stylesheet.*'].path %>">
<link rel="stylesheet" href="<%= @items['/assets/stylesheets/footer.*'].path %>">
<script async src="<%= @items['/assets/javascripts/docs.*'].path %>"></script>
- <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,400italic' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>