diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2018-12-20 09:31:32 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-12-20 09:31:32 +0000 |
commit | 5c9aec7c78973fe801e4ee0d52b4a31722df0e78 (patch) | |
tree | 17f0e83f2726dc2188ebe4b5b0e69f3b2618c91d /app/views/projects/releases/index.html.haml | |
parent | 8bcd342a50be7647c79b300ead5d6891b646d39d (diff) | |
download | gitlab-ce-5c9aec7c78973fe801e4ee0d52b4a31722df0e78.tar.gz |
Adds Vuex Store for the releases page
Diffstat (limited to 'app/views/projects/releases/index.html.haml')
-rw-r--r-- | app/views/projects/releases/index.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/releases/index.html.haml b/app/views/projects/releases/index.html.haml index 7bc942a3c3c..f01d4e826b9 100644 --- a/app/views/projects/releases/index.html.haml +++ b/app/views/projects/releases/index.html.haml @@ -1,5 +1,5 @@ - @no_container = true - page_title _('Releases') -%div{ 'class' => container_class } - #js-releases-page +%div{ class: container_class } + #js-releases-page{ data: { project_id: @project.id, illustration_path: image_path('illustrations/releases.svg'), documentation_path: help_page_path('user/project/releases') } } |