diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2017-05-04 20:49:07 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2017-05-04 20:49:07 -0500 |
commit | d67ab685350005b83a12988845b7fb87c613b472 (patch) | |
tree | c396164baf4dc695280e846a9ac6744527bff6ba /app/views/dashboard/groups | |
parent | 1dc2b4693e4a58c94e556ae219ae6200044f95dc (diff) | |
download | gitlab-ce-d67ab685350005b83a12988845b7fb87c613b472.tar.gz |
Set Groups Vue app for Dashboard page
Diffstat (limited to 'app/views/dashboard/groups')
-rw-r--r-- | app/views/dashboard/groups/index.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/dashboard/groups/index.html.haml b/app/views/dashboard/groups/index.html.haml index bf1013c685b..af9f9b1b363 100644 --- a/app/views/dashboard/groups/index.html.haml +++ b/app/views/dashboard/groups/index.html.haml @@ -2,6 +2,7 @@ - header_title "Groups", dashboard_groups_path = render 'dashboard/groups_head' += page_specific_javascript_bundle_tag('common_vue') = page_specific_javascript_bundle_tag('groups') - if @groups.empty? |