debian-mirror-gitlab/app/views/projects/serverless/functions/show.html.haml

17 lines
576 B
Text
Raw Normal View History

2019-03-02 22:35:43 +05:30
- @no_container = true
- @content_class = "limit-container-width" unless fluid_layout
- add_to_breadcrumbs('Serverless', project_serverless_functions_path(@project))
- page_title @service[:name]
2019-05-30 16:15:17 +05:30
.serverless-function-details-page.js-serverless-function-details-page{ data: { service: @service.as_json } }
2019-03-02 22:35:43 +05:30
%div{ class: [container_class, ('limit-container-width' unless fluid_layout)] }
2019-05-30 16:15:17 +05:30
.top-area.adjust
.serverless-function-details#js-serverless-function-details
2019-03-02 22:35:43 +05:30
.js-serverless-function-notice
.flash-container
.function-holder.js-function-holder.input-group