Commit 50c456bc authored by Jacques Erasmus's avatar Jacques Erasmus

Merge branch '225951-replace-fa-pencil-icons-with-gitlab-svg-pencil-icon' into 'master'

Replace fa-pencil icons with GitLab SVG pencil icon

Closes #225951

See merge request gitlab-org/gitlab!36056
parents 99de9328 aee35972
......@@ -31,7 +31,7 @@
- revoke_trigger_confirmation = "By revoking a trigger you will break any processes making use of it. Are you sure?"
- if can?(current_user, :admin_trigger, trigger)
= link_to edit_project_trigger_path(@project, trigger), method: :get, title: "Edit", class: "btn btn-default btn-sm" do
%i.fa.fa-pencil
= sprite_icon('pencil')
- if can?(current_user, :manage_trigger, trigger)
= link_to project_trigger_path(@project, trigger), data: { confirm: revoke_trigger_confirmation }, method: :delete, title: "Revoke", class: "btn btn-default btn-warning btn-sm btn-trigger-revoke" do
%i.fa.fa-trash
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment