Use default btn styling for Housekeeping button on projects settings page

This commit is contained in:
Ryan Harris 2016-12-06 12:55:24 -05:00
parent a361eb2f19
commit 9d9fe3c82e
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

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