diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2019-03-06 01:50:27 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2019-03-06 01:50:27 +0800 |
commit | 16bef365c561ed821fa8988170805c9e2e593bee (patch) | |
tree | 668d2f59f1490b9032d6b9c4d2fa4e59e42e669d /app/views/groups/edit.html.haml | |
parent | b923d1b57e349979017f42948c2377478be03e11 (diff) | |
download | gitlab-ce-16bef365c561ed821fa8988170805c9e2e593bee.tar.gz |
Port EE insights configuration partial rendering
Diffstat (limited to 'app/views/groups/edit.html.haml')
-rw-r--r-- | app/views/groups/edit.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml index 39d0f620283..2f635757902 100644 --- a/app/views/groups/edit.html.haml +++ b/app/views/groups/edit.html.haml @@ -25,6 +25,8 @@ .settings-content = render 'groups/settings/permissions' += render_if_exists 'groups/insights', expanded: expanded + %section.settings.no-animate#js-badge-settings{ class: ('expanded' if expanded) } .settings-header %h4.settings-title.js-settings-toggle.js-settings-toggle-trigger-only{ role: 'button' } |