Merge branch '25324-change-housekeeping-btn-to-default' into 'master'

Use default btn styling for Housekeeping button on projects settings page

Changes the Housekeeping button styling on the project settings page from ```btn-save``` to ```btn-default```

**BEFORE:** ![Screen_Shot_2016-12-06_at_12_51_42_PM](/uploads/1b1c8a26eead025062e2c98d9d0f4286/Screen_Shot_2016-12-06_at_12_51_42_PM.png)

**AFTER:** ![Screen_Shot_2016-12-06_at_12_51_57_PM](/uploads/9e7937af4a058fa1aa8b45653dbad3ee/Screen_Shot_2016-12-06_at_12_51_57_PM.png)

Closes #25324 
cc: @awhildy

See merge request !7959
This commit is contained in:
Alfredo Sumaran 2016-12-09 23:24:12 +00:00
commit 3f768f9a14
2 changed files with 5 additions and 1 deletions

View File

@ -146,7 +146,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

View File

@ -0,0 +1,4 @@
---
title: Changed Housekeeping button on project settings page to default styling
merge_request:
author: Ryan Harris