gitlab-org--gitlab-foss/app/views/projects/releases/index.html.haml

6 lines
267 B
Text
Raw Normal View History

- @no_container = true
- page_title _('Releases')
2018-12-20 04:31:32 -05:00
%div{ class: container_class }
2019-01-07 10:18:41 -05:00
#js-releases-page{ data: { project_id: @project.id, illustration_path: image_path('illustrations/releases.svg'), documentation_path: help_page_path('user/project/releases/index') } }