summaryrefslogtreecommitdiff
path: root/app/views/projects/serverless/functions/show.html.haml
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2019-07-19 00:35:49 +0200
committerFatih Acet <acetfatih@gmail.com>2019-08-26 11:53:09 +0300
commitf3f1e781272ebf29681f804880bdd7e4fc34d5da (patch)
tree87c98de92afcc8badb9f790c602f10a0bb7b5c20 /app/views/projects/serverless/functions/show.html.haml
parent6ba51d692c3a6bac2ae82daac8bfd354f1f92999 (diff)
downloadgitlab-ce-f3f1e781272ebf29681f804880bdd7e4fc34d5da.tar.gz
Make flash notifications sticky36765-flash-notification
This commit also unifies layout structure and remove no_container flag
Diffstat (limited to 'app/views/projects/serverless/functions/show.html.haml')
-rw-r--r--app/views/projects/serverless/functions/show.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/projects/serverless/functions/show.html.haml b/app/views/projects/serverless/functions/show.html.haml
index d1fe208ce60..79bb943d6ed 100644
--- a/app/views/projects/serverless/functions/show.html.haml
+++ b/app/views/projects/serverless/functions/show.html.haml
@@ -1,4 +1,3 @@
-- @no_container = true
- @content_class = "limit-container-width" unless fluid_layout
- clusters_path = project_clusters_path(@project)
- help_path = help_page_path('user/project/clusters/serverless/index')
@@ -12,7 +11,7 @@
clusters_path: clusters_path,
help_path: help_path } }
-%div{ class: [container_class, ('limit-container-width' unless fluid_layout)] }
+%div{ class: [('limit-container-width' unless fluid_layout)] }
.serverless-function-details#js-serverless-function-details
.js-serverless-function-notice