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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-02-23 01:42:11 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2017-02-23 06:14:16 +0300
commit5600b17de76c8bc93313adc1aa4d9859045de0a9 (patch)
tree09c0d85d2d2d382b7f92b5dcc3b2688efaaa5094 /app/views/groups/show.html.haml
parent5b3d143a2bb006a75feeb06aa8b47e3f76af95a3 (diff)
Code style improvements
Diffstat (limited to 'app/views/groups/show.html.haml')
-rw-r--r--app/views/groups/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml
index b040f404ac4..3d7b469660a 100644
--- a/app/views/groups/show.html.haml
+++ b/app/views/groups/show.html.haml
@@ -4,6 +4,7 @@
- if current_user
= auto_discovery_link_tag(:atom, group_url(@group, format: :atom, private_token: current_user.private_token), title: "#{@group.name} activity")
+= render 'groups/head'
= render 'groups/home_panel'