Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
57a866f1
Commit
57a866f1
authored
Dec 03, 2020
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes preload of fontawesome font
parent
397f75b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
app/views/layouts/_loading_hints.html.haml
app/views/layouts/_loading_hints.html.haml
+0
-1
No files found.
app/views/layouts/_loading_hints.html.haml
View file @
57a866f1
...
...
@@ -6,6 +6,5 @@
-
else
%link
{
{
rel:
'preload'
,
href:
stylesheet_url
(
'application'
),
as:
'style'
},
ActionController
::
Base
.
asset_host
?
{
crossorigin:
'anonymous'
}
:
{}
}
%link
{
{
rel:
'preload'
,
href:
stylesheet_url
(
"highlight/themes/#{user_color_scheme}"
),
as:
'style'
},
ActionController
::
Base
.
asset_host
?
{
crossorigin:
'anonymous'
}
:
{}
}
%link
{
{
rel:
'preload'
,
href:
asset_url
(
"fontawesome-webfont.woff2?v=4.7.0"
),
as:
'font'
,
type:
'font/woff2'
},
ActionController
::
Base
.
asset_host
?
{
crossorigin:
'anonymous'
}
:
{}
}
-
if
Gitlab
::
CurrentSettings
.
snowplow_enabled?
&&
Gitlab
::
CurrentSettings
.
snowplow_collector_hostname
%link
{
rel:
'preconnect'
,
href:
Gitlab
::
CurrentSettings
.
snowplow_collector_hostname
,
crossorigin:
''
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment