diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-01-14 16:42:25 +0100 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-01-14 16:42:25 +0100 |
| commit | 49c310e45c896ba6275e2f1b5c5b73a896efc498 (patch) | |
| tree | 2eb7c8ff00ac3a4543ece0b0b4aeefbb7865cefd /app/views/groups | |
| parent | 0eef82761fe3a100c4f22c7a1abea3a34dc76edf (diff) | |
| download | gitlab-ce-49c310e45c896ba6275e2f1b5c5b73a896efc498.tar.gz | |
Fix missing padding for user/group pages
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/groups')
| -rw-r--r-- | app/views/groups/show.html.haml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml index 5e39d3ab601..ebb3df7dca3 100644 --- a/app/views/groups/show.html.haml +++ b/app/views/groups/show.html.haml @@ -1,5 +1,4 @@ - @no_container = true -- @blank_container = true - unless can?(current_user, :read_group, @group) - @disable_search_panel = true |
