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
281313fb
Commit
281313fb
authored
9 years ago
by
Kyle Doherty
Browse files
Options
Downloads
Patches
Plain Diff
replace and remove grid icon
parent
9a06743e
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/grid.html
+0
-3
0 additions, 3 deletions
resources/frontend_client/app/components/icons/grid.html
resources/frontend_client/app/dashboard/partials/dash_view.html
+1
-1
1 addition, 1 deletion
...ces/frontend_client/app/dashboard/partials/dash_view.html
with
1 addition
and
4 deletions
resources/frontend_client/app/components/icons/grid.html
deleted
100644 → 0
+
0
−
3
View file @
9a06743e
<svg
id=
"grid"
viewBox=
"0 0 32 32"
fill=
"currentcolor"
ng-attr-width=
"{{width}}"
ng-attr-height=
"{{height}}"
>
<path
d=
"M2 2 L10 2 L10 10 L2 10z M12 2 L20 2 L20 10 L12 10z M22 2 L30 2 L30 10 L22 10z M2 12 L10 12 L10 20 L2 20z M12 12 L20 12 L20 20 L12 20z M22 12 L30 12 L30 20 L22 20z M2 22 L10 22 L10 30 L2 30z M12 22 L20 22 L20 30 L12 30z M22 22 L30 22 L30 30 L22 30z "
></path>
</svg>
This diff is collapsed.
Click to expand it.
resources/frontend_client/app/dashboard/partials/dash_view.html
+
1
−
1
View file @
281313fb
...
...
@@ -10,7 +10,7 @@
</label>
</div>
<a
class=
"Button borderless"
ng-click=
"toggleDashEditMode()"
ng-if=
"dashboard.can_write && dashcards.length > 0"
>
<
cv-grid-icon
width=
"16px"
height=
"16px"
></
cv-grid
-icon>
<
mb-icon
name=
"grid"
width=
"16px"
height=
"16px"
></
mb
-icon>
<span
class=
"px1"
>
{{editingText}}
</span>
</a>
</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