diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-24 18:11:28 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-24 18:11:28 +0000 |
commit | 22dc7bdafcf442b96ace849341fb87bca7160614 (patch) | |
tree | 6721da756b46eb4f5c6c85a08f57e794b2da6f79 /app/views/explore/groups/index.html.haml | |
parent | 958d8a85d32fece017eac7d99bf28860b01a49d8 (diff) | |
download | gitlab-ce-22dc7bdafcf442b96ace849341fb87bca7160614.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/explore/groups/index.html.haml')
-rw-r--r-- | app/views/explore/groups/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/explore/groups/index.html.haml b/app/views/explore/groups/index.html.haml index f36f30d3638..60132818193 100644 --- a/app/views/explore/groups/index.html.haml +++ b/app/views/explore/groups/index.html.haml @@ -2,7 +2,7 @@ - page_title _("Groups") - header_title _("Groups"), dashboard_groups_path -= render_dashboard_gold_trial(current_user) += render_dashboard_ultimate_trial(current_user) - if current_user = render 'dashboard/groups_head' |