summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-07-01 14:01:54 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-07-01 14:01:54 -0600
commit309e27193152f4482679c306c7a25ac5f538e0aa (patch)
tree13ea7702c426389cb41bdcb71dad828403d697b4
parentad459ba8e6f4645836cf001a70527320c70ea16b (diff)
downloadgitlab-ce-new-snippet-button-permissions.tar.gz
Use btn-danger for delete button.new-snippet-button-permissions
-rw-r--r--app/views/snippets/_actions.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/snippets/_actions.html.haml b/app/views/snippets/_actions.html.haml
index 2957ff919e1..160c6cd84da 100644
--- a/app/views/snippets/_actions.html.haml
+++ b/app/views/snippets/_actions.html.haml
@@ -6,7 +6,7 @@
= link_to edit_snippet_path(@snippet), class: "btn btn-grouped snippable-edit" do
Edit
- if can?(current_user, :admin_personal_snippet, @snippet)
- = link_to snippet_path(@snippet), method: :delete, data: { confirm: "Are you sure?" }, class: "btn btn-grouped btn-warning", title: 'Delete Snippet' do
+ = link_to snippet_path(@snippet), method: :delete, data: { confirm: "Are you sure?" }, class: "btn btn-grouped btn-danger", title: 'Delete Snippet' do
Delete
- if current_user
.visible-xs-block.dropdown