Commit 6d855f30 authored by Illya Klymov's avatar Illya Klymov

Merge branch...

Merge branch '231203-apply-gitlab-ui-button-styles-to-buttons-in-ee-app-views-projects-protected_environments' into 'master'

Apply GitLab UI button styles to buttons in ee/app/views/projects/protected_environments

Closes #231203

See merge request gitlab-org/gitlab!42747
parents b75d5a1f 691f38aa
...@@ -9,4 +9,4 @@ ...@@ -9,4 +9,4 @@
- if can_admin_project - if can_admin_project
%td %td
= link_to s_('ProtectedEnvironment|Unprotect'), [@project, protected_environment], disabled: local_assigns[:disabled], data: { confirm: s_('ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?') % { environment_name: protected_environment.name } }, method: :delete, class: 'btn btn-warning' = link_to s_('ProtectedEnvironment|Unprotect'), [@project, protected_environment], disabled: local_assigns[:disabled], data: { confirm: s_('ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?') % { environment_name: protected_environment.name } }, method: :delete, class: 'btn gl-button btn-warning'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment