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
6f9b1968
Commit
6f9b1968
authored
Oct 30, 2021
by
Siddharth Asthana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass formats explicitly when rendering svg icons
Changelog: other
parent
337207b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/layouts/header/_logo_with_title.html.haml
app/views/layouts/header/_logo_with_title.html.haml
+2
-2
No files found.
app/views/layouts/header/_logo_with_title.html.haml
View file @
6f9b1968
%header
.navbar.fixed-top.navbar-gitlab.justify-content-center
=
render
'shared/logo.svg'
=
render
partial:
'shared/logo'
,
formats: :svg
%span
.logo-text.d-none.d-lg-block.gl-ml-3.pt-1
=
render
'shared/logo_type.svg'
=
render
partial:
'shared/logo_type'
,
formats: :svg
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