gitlab-org--gitlab-foss/app/views/projects/environments/folder.html.haml
Scott Hampton 3e60798e11 Backporting environments helper
Allowing the EE to override a helper function to pass more data to vue
2019-01-11 09:47:19 -07:00

5 lines
187 B
Text

- @no_container = true
- page_title _("Environments")
#environments-folder-list-view{ data: { environments_data: environments_folder_list_view_data,
"css-class" => container_class } }