Skip to content
Snippets Groups Projects
Commit 31f314d4 authored by Mark Florian's avatar Mark Florian :two:
Browse files

Merge branch '363960-migrate-button' into 'master'

Use ButtonComponent on "previously merged commits"

See merge request !89739
parents 720982af 9447d6bb
No related branches found
No related tags found
1 merge request!89739Use ButtonComponent on "previously merged commits"
Pipeline #582227525 passed
......@@ -8,7 +8,7 @@
- if can_update_merge_request
%p
= _('Push commits to the source branch or add previously merged commits to review them.')
%button.btn.gl-button.btn-confirm.add-review-item-modal-trigger{ type: "button", data: { commits_empty: 'true', context_commits_empty: 'true' } }
= render Pajamas::ButtonComponent.new(variant: 'confirm', button_options: { class: 'add-review-item-modal-trigger', data: { commits_empty: 'true', context_commits_empty: 'true' } }) do
= _('Add previously merged commits')
- else
%ol#commits-list.list-unstyled
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment