summaryrefslogtreecommitdiff
path: root/app/views/projects/cleanup
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-10 21:09:35 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-10 21:09:35 +0000
commit6ae4485274362bf656fae249a1409266a211d255 (patch)
tree91401fff86a431833c57cc145f8c5d6bc1142318 /app/views/projects/cleanup
parent2f7719abdfde4cb50ed05346b98bac26ea06a8de (diff)
downloadgitlab-ce-6ae4485274362bf656fae249a1409266a211d255.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/cleanup')
-rw-r--r--app/views/projects/cleanup/_show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/cleanup/_show.html.haml b/app/views/projects/cleanup/_show.html.haml
index 5e14b6dacfd..c53205b6c58 100644
--- a/app/views/projects/cleanup/_show.html.haml
+++ b/app/views/projects/cleanup/_show.html.haml
@@ -3,7 +3,7 @@
%section.settings.no-animate#cleanup{ class: ('expanded' if expanded) }
.settings-header
%h4.settings-title.js-settings-toggle.js-settings-toggle-trigger-only= _('Repository cleanup')
- %button.btn.gl-button.btn-default.js-settings-toggle
+ = render Pajamas::ButtonComponent.new(button_options: { class: 'js-settings-toggle' }) do
= expanded ? _('Collapse') : _('Expand')
%p
- link_url = 'https://github.com/newren/git-filter-repo'