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

templates.html.haml « application_settings « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd814e599603765cd68fe3b4d6e8accbe91a1bff (plain)
1
2
3
4
5
6
7
8
- breadcrumb_title "Templates"
- page_title "Templates"
- @content_class = "limit-container-width" unless fluid_layout
- expanded = Rails.env.test?

= render_if_exists 'admin/application_settings/templates', expanded: expanded

= render_if_exists 'admin/application_settings/custom_templates_form', expanded: expanded