Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushalspandya@gmail.com>2019-09-03 12:03:38 +0300
committerKushal Pandya <kushalspandya@gmail.com>2019-09-03 12:03:38 +0300
commita86aa988ab3da8de0f74a99f345215589aad0172 (patch)
tree90c67bb90414724df6559cf1d2e6f22d4b3aa035 /app/views/projects/releases/index.html.haml
parentaf5f2424cace62f8712dbabfd60bb0f1c36f1590 (diff)
parent3741402a241df2ad6ab28e4b76edafe5083ce733 (diff)
Merge branch '36765-flash-notification' into 'master'
Make error flash notification sticky See merge request gitlab-org/gitlab-ce!30141
Diffstat (limited to 'app/views/projects/releases/index.html.haml')
-rw-r--r--app/views/projects/releases/index.html.haml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/projects/releases/index.html.haml b/app/views/projects/releases/index.html.haml
index 28bb4e032eb..326b83c856e 100644
--- a/app/views/projects/releases/index.html.haml
+++ b/app/views/projects/releases/index.html.haml
@@ -1,5 +1,3 @@
-- @no_container = true
- page_title _('Releases')
-%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/index') } }
+#js-releases-page{ data: { project_id: @project.id, illustration_path: image_path('illustrations/releases.svg'), documentation_path: help_page_path('user/project/releases/index') } }