summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-01-05 16:47:09 -0500
committerRobert Speicher <rspeicher@gmail.com>2016-01-05 16:47:09 -0500
commit6d3b5ea2a9611dc7d87bd48043f34f9e0930e052 (patch)
tree1854f3e1d22362568aeb1848a5ecae807d111fa1
parenta0793d69c538cbb6a2b9ff4389192862f6d16962 (diff)
downloadgitlab-ce-6d3b5ea2a9611dc7d87bd48043f34f9e0930e052.tar.gz
Remove now-redundant `page_description` call from Groups#show
-rw-r--r--app/views/groups/show.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml
index e7f619d2d6b..a607d860d7d 100644
--- a/app/views/groups/show.html.haml
+++ b/app/views/groups/show.html.haml
@@ -1,5 +1,3 @@
-- page_description @group.description
-
- unless can?(current_user, :read_group, @group)
- @disable_search_panel = true