summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorRubén Dávila <rdavila84@gmail.com>2016-01-27 10:28:31 -0500
committerRubén Dávila <rdavila84@gmail.com>2016-02-02 17:45:42 -0500
commite6be134b6c3b56dd7afd2b5aadbd40c958895eab (patch)
tree61a78500c0245916b61c727df561b94e3ec1c7e2 /app/views
parent1162f8d77eda707269ce3214ade25bf1c64d304b (diff)
downloadgitlab-ce-e6be134b6c3b56dd7afd2b5aadbd40c958895eab.tar.gz
Change style of Delete button.
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/milestones/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/milestones/show.html.haml b/app/views/projects/milestones/show.html.haml
index 17429cf3ddd..124c16ab755 100644
--- a/app/views/projects/milestones/show.html.haml
+++ b/app/views/projects/milestones/show.html.haml
@@ -24,7 +24,7 @@
- else
= link_to 'Reopen Milestone', namespace_project_milestone_path(@project.namespace, @project, @milestone, milestone: {state_event: :activate }), method: :put, class: "btn btn-reopen btn-nr btn-grouped"
- = link_to namespace_project_milestone_path(@project.namespace, @project, @milestone), data: { confirm: 'Are you sure?' }, method: :delete, class: "btn btn-grouped btn-nr btn-remove" do
+ = link_to namespace_project_milestone_path(@project.namespace, @project, @milestone), data: { confirm: 'Are you sure?' }, method: :delete, class: "btn btn-grouped btn-nr" do
= icon('trash-o')
Delete