Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
9d9fe3c8
Commit
9d9fe3c8
authored
8 years ago
by
Ryan Harris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use default btn styling for Housekeeping button on projects settings page
parent
a361eb2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
app/views/projects/edit.html.haml
app/views/projects/edit.html.haml
+1
-1
changelogs/unreleased/25324-change-housekeeping-btn-to-default.yml
...s/unreleased/25324-change-housekeeping-btn-to-default.yml
+4
-0
No files found.
app/views/projects/edit.html.haml
View file @
9d9fe3c8
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
changelogs/unreleased/25324-change-housekeeping-btn-to-default.yml
0 → 100644
View file @
9d9fe3c8
---
title
:
Changed Housekeeping button on project settings page to default styling
merge_request
:
author
:
Ryan Harris
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment