diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-14 15:15:22 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-14 15:15:22 +0000 |
commit | cdb41961fd2bc233d36c5b30f89d087c2efa9818 (patch) | |
tree | 9903f8054fc1f8681c670984a680b768d139a251 /app/views/projects/releases/new.html.haml | |
parent | 8a5138ed7d38ccff8b5ca2fe0f7bbb77f8fdaad3 (diff) | |
download | gitlab-ce-cdb41961fd2bc233d36c5b30f89d087c2efa9818.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/releases/new.html.haml')
-rw-r--r-- | app/views/projects/releases/new.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/releases/new.html.haml b/app/views/projects/releases/new.html.haml index 4348035a324..87197f2662d 100644 --- a/app/views/projects/releases/new.html.haml +++ b/app/views/projects/releases/new.html.haml @@ -1,3 +1,4 @@ - page_title s_('Releases|New Release') +- add_page_specific_style 'page_bundles/releases' #js-new-release-page{ data: data_for_new_release_page } |