diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-05-23 12:08:41 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-05-23 12:08:41 +0000 |
commit | 097eb364752b8dbb08758e6b7b98a6e4030792c8 (patch) | |
tree | 2cced0bb935a3819f4077eebd96a44f6bbce4ced /app/views/projects/issues | |
parent | c71c2ba4c29ed3cc483e528a32f34816c98c39f4 (diff) | |
download | gitlab-ce-097eb364752b8dbb08758e6b7b98a6e4030792c8.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/issues')
-rw-r--r-- | app/views/projects/issues/_service_desk_info_content.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/_service_desk_info_content.html.haml b/app/views/projects/issues/_service_desk_info_content.html.haml index f0ec68ba54b..bad75ac2cd9 100644 --- a/app/views/projects/issues/_service_desk_info_content.html.haml +++ b/app/views/projects/issues/_service_desk_info_content.html.haml @@ -21,4 +21,4 @@ - if can_edit_project_settings && !service_desk_enabled .gl-mt-3 - = link_to s_("ServiceDesk|Enable Service Desk"), edit_project_path(@project), class: 'gl-button btn btn-success' + = link_to s_("ServiceDesk|Enable Service Desk"), edit_project_path(@project), class: 'gl-button btn btn-confirm' |