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
58a0599b
Commit
58a0599b
authored
Sep 08, 2020
by
Jiaan Louw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace fa-trash-o icons with GitLab SVG remove icon
parent
512ffad9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
app/views/projects/mirrors/_mirror_repos.html.haml
app/views/projects/mirrors/_mirror_repos.html.haml
+1
-1
app/views/shared/notes/_note.html.haml
app/views/shared/notes/_note.html.haml
+1
-1
changelogs/unreleased/225950-replace-fa-trash-o-with-gitlab-svg-remove.yml
...ased/225950-replace-fa-trash-o-with-gitlab-svg-remove.yml
+5
-0
ee/app/views/projects/mirrors/_table_pull_row.html.haml
ee/app/views/projects/mirrors/_table_pull_row.html.haml
+1
-1
No files found.
app/views/projects/mirrors/_mirror_repos.html.haml
View file @
58a0599b
...
...
@@ -74,4 +74,4 @@
-
if
mirror
.
ssh_key_auth?
=
clipboard_button
(
text:
mirror
.
ssh_public_key
,
class:
'btn btn-default'
,
title:
_
(
'Copy SSH public key'
),
qa_selector:
'copy_public_key_button'
)
=
render
'shared/remote_mirror_update_button'
,
remote_mirror:
mirror
%button
.js-delete-mirror.qa-delete-mirror.rspec-delete-mirror.btn.btn-danger
{
type:
'button'
,
data:
{
mirror_id:
mirror
.
id
,
toggle:
'tooltip'
,
container:
'body'
},
title:
_
(
'Remove'
)
}=
icon
(
'trash-o
'
)
%button
.js-delete-mirror.qa-delete-mirror.rspec-delete-mirror.btn.btn-danger
{
type:
'button'
,
data:
{
mirror_id:
mirror
.
id
,
toggle:
'tooltip'
,
container:
'body'
},
title:
_
(
'Remove'
)
}=
sprite_icon
(
'remove
'
)
app/views/shared/notes/_note.html.haml
View file @
58a0599b
...
...
@@ -76,4 +76,4 @@
=
note
.
attachment_identifier
=
link_to
delete_attachment_project_note_path
(
note
.
project
,
note
),
title:
_
(
'Delete this attachment'
),
method: :delete
,
remote:
true
,
data:
{
confirm:
_
(
'Are you sure you want to remove the attachment?'
)
},
class:
'danger js-note-attachment-delete'
do
=
icon
(
'trash-o'
,
class:
'cred'
)
=
sprite_icon
(
'remove'
,
css_
class:
'cred'
)
changelogs/unreleased/225950-replace-fa-trash-o-with-gitlab-svg-remove.yml
0 → 100644
View file @
58a0599b
---
title
:
Replace fa-trash-o icons with GitLab SVG remove icon
merge_request
:
41748
author
:
type
:
changed
ee/app/views/projects/mirrors/_table_pull_row.html.haml
View file @
58a0599b
...
...
@@ -27,4 +27,4 @@
-
else
=
link_to
update_now_project_mirror_path
(
@project
),
method: :post
,
class:
'btn js-force-update-mirror'
,
data:
{
container:
'body'
,
toggle:
'tooltip'
,
qa_selector:
'update_now_button'
},
title:
_
(
'Update now'
)
do
=
icon
(
"refresh"
)
%button
.js-delete-mirror.js-delete-pull-mirror.btn.btn-danger
{
type:
'button'
,
data:
{
toggle:
'tooltip'
,
container:
'body'
},
title:
_
(
'Remove'
)
}=
icon
(
'trash-o
'
)
%button
.js-delete-mirror.js-delete-pull-mirror.btn.btn-danger
{
type:
'button'
,
data:
{
toggle:
'tooltip'
,
container:
'body'
},
title:
_
(
'Remove'
)
}=
sprite_icon
(
'remove
'
)
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