diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-01-05 16:47:09 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-01-05 16:47:09 -0500 |
commit | 6d3b5ea2a9611dc7d87bd48043f34f9e0930e052 (patch) | |
tree | 1854f3e1d22362568aeb1848a5ecae807d111fa1 | |
parent | a0793d69c538cbb6a2b9ff4389192862f6d16962 (diff) | |
download | gitlab-ce-6d3b5ea2a9611dc7d87bd48043f34f9e0930e052.tar.gz |
Remove now-redundant `page_description` call from Groups#show
-rw-r--r-- | app/views/groups/show.html.haml | 2 |
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 |