diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-24 15:15:38 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-24 15:15:38 +0000 |
commit | efbf661c4224d481c57d0346e26983a805e5ec93 (patch) | |
tree | 4736f287350884cb49d84a09c52c8c2e1b851080 /app/views/projects | |
parent | 4720346c2e10e1ff62a20b39dfc9866eb88858e6 (diff) | |
download | gitlab-ce-efbf661c4224d481c57d0346e26983a805e5ec93.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/runners/new.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/runners/new.html.haml b/app/views/projects/runners/new.html.haml index 92b79186501..4aeed910452 100644 --- a/app/views/projects/runners/new.html.haml +++ b/app/views/projects/runners/new.html.haml @@ -2,4 +2,4 @@ - breadcrumb_title s_('Runners|New runner') - page_title s_('Runners|Create a project runner') -#js-project-new-runner{ data: { legacy_registration_token: @project.runners_token, project_id: @project.to_global_id } } +#js-project-new-runner{ data: { project_id: @project.to_global_id } } |