summaryrefslogtreecommitdiff
path: root/app/views/projects/edit.html.haml
diff options
context:
space:
mode:
authorRyan Harris <harrisryan1@gmail.com>2016-12-06 12:55:24 -0500
committerRyan Harris <harrisryan1@gmail.com>2016-12-06 12:55:24 -0500
commit9d9fe3c82efa8c0ec75863b5b533af6fdbe48f89 (patch)
tree0eac1a74d96998dcaabbe6ffcd3bc2b732a4ac42 /app/views/projects/edit.html.haml
parenta361eb2f193120296dd5a788a71e32c13eed43d3 (diff)
downloadgitlab-ce-9d9fe3c82efa8c0ec75863b5b533af6fdbe48f89.tar.gz
Use default btn styling for Housekeeping button on projects settings page
Diffstat (limited to 'app/views/projects/edit.html.haml')
-rw-r--r--app/views/projects/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index 3a5af2723c6..f8d856fe152 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -145,7 +145,7 @@
such as compressing file revisions and removing unreachable objects.
.col-lg-9
= link_to 'Housekeeping', housekeeping_namespace_project_path(@project.namespace, @project),
- method: :post, class: "btn btn-save"
+ method: :post, class: "btn btn-default"
%hr
.row.prepend-top-default
.col-lg-3