Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harris <harrisryan1@gmail.com>2016-12-06 20:55:24 +0300
committerRyan Harris <harrisryan1@gmail.com>2016-12-06 20:55:24 +0300
commit9d9fe3c82efa8c0ec75863b5b533af6fdbe48f89 (patch)
tree0eac1a74d96998dcaabbe6ffcd3bc2b732a4ac42
parenta361eb2f193120296dd5a788a71e32c13eed43d3 (diff)
Use default btn styling for Housekeeping button on projects settings page
-rw-r--r--app/views/projects/edit.html.haml2
-rw-r--r--changelogs/unreleased/25324-change-housekeeping-btn-to-default.yml4
2 files changed, 5 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
diff --git a/changelogs/unreleased/25324-change-housekeeping-btn-to-default.yml b/changelogs/unreleased/25324-change-housekeeping-btn-to-default.yml
new file mode 100644
index 00000000000..0770f9752a0
--- /dev/null
+++ b/changelogs/unreleased/25324-change-housekeeping-btn-to-default.yml
@@ -0,0 +1,4 @@
+---
+title: Changed Housekeeping button on project settings page to default styling
+merge_request:
+author: Ryan Harris