Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
af0ddbee
Commit
af0ddbee
authored
9 years ago
by
Kyle Doherty
Browse files
Options
Downloads
Patches
Plain Diff
replace and remove gear
parent
85ec7133
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/frontend_client/app/components/icons/gear.html
+0
-3
0 additions, 3 deletions
resources/frontend_client/app/components/icons/gear.html
resources/frontend_client/index.html
+3
-3
3 additions, 3 deletions
resources/frontend_client/index.html
with
3 additions
and
6 deletions
resources/frontend_client/app/components/icons/gear.html
deleted
100644 → 0
+
0
−
3
View file @
85ec7133
<svg
id=
"cog"
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 32 32"
fill=
"currentcolor"
ng-attr-width=
"{{width}}"
ng-attr-height=
"{{height}}"
>
<path
d=
"M14 0 H18 L19 6 L20.707 6.707 L26 3.293 L28.707 6 L25.293 11.293 L26 13 L32 14 V18 L26 19 L25.293 20.707 L28.707 26 L26 28.707 L20.707 25.293 L19 26 L18 32 L14 32 L13 26 L11.293 25.293 L6 28.707 L3.293 26 L6.707 20.707 L6 19 L0 18 L0 14 L6 13 L6.707 11.293 L3.293 6 L6 3.293 L11.293 6.707 L13 6 L14 0 z M16 10 A6 6 0 0 0 16 22 A6 6 0 0 0 16 10 "
></path>
</svg>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
resources/frontend_client/index.html
+
3
−
3
View file @
af0ddbee
...
...
@@ -84,11 +84,11 @@
<div
class=
"wrapper flex align-center"
>
<!-- org title -->
<div
class=
"NavTitle flex align-center"
ng-if=
"!user.is_multi_org"
>
<
cv-gear-icon
class=
"AdminGear"
width=
"22px"
height=
"22px"
></
cv-gear
-icon>
<
mb-icon
name=
"gear"
class=
"AdminGear"
width=
"22px"
height=
"22px"
></
mb
-icon>
<span
class=
"NavItem-text"
>
{{currentOrg.name}} Admin
</span>
</div>
<div
class=
"NavTitle flex align-center Dropdown"
dropdown
on-toggle=
"toggled(open)"
ng-if=
"user.is_multi_org"
>
<
cv-gear-icon
class=
"AdminGear"
width=
"22px"
height=
"22px"
></
cv-gear
-icon>
<
mb-icon
name=
"gear"
class=
"AdminGear"
width=
"22px"
height=
"22px"
></
mb
-icon>
<span
dropdown-toggle
>
<span
class=
"NavItem-text"
>
{{currentOrg.name}} Admin
</span>
<cv-chevron-down-icon
width=
"8px"
height=
"8px"
></cv-chevron-down-icon>
...
...
@@ -128,7 +128,7 @@
<nav
class=
"AdminNav"
ng-show=
"nav === 'superadmin'"
>
<div
class=
"wrapper flex align-center"
>
<div
class=
"NavTitle flex align-center"
>
<
cv-gear-icon
class=
"AdminGear"
width=
"22px"
height=
"22px"
></
cv-gear
-icon>
<
mb-icon
name=
"gear"
class=
"AdminGear"
width=
"22px"
height=
"22px"
></
mb
-icon>
<span
class=
"NavItem-text ml1"
>
Site Administration
</span>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment