diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-06 14:02:29 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-06 14:02:29 +0300 |
commit | 20ce3980d3f06784a0bf617ef6d3b898ed2f1e54 (patch) | |
tree | b9efdf039ce9ed1e765f0c59e4378d3247221fe1 /app/views/groups/show.html.haml | |
parent | 4a344c168360e9494fa2e33f85833e5fee80a5f8 (diff) | |
download | gitlab-ce-20ce3980d3f06784a0bf617ef6d3b898ed2f1e54.tar.gz |
public_icon, private_icon helpers
Diffstat (limited to 'app/views/groups/show.html.haml')
-rw-r--r-- | app/views/groups/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml index 1ce008f7e85..8afc4ab4a12 100644 --- a/app/views/groups/show.html.haml +++ b/app/views/groups/show.html.haml @@ -13,7 +13,7 @@ .loading.hide .side.span4 - if @group.description.present? - .description.well.well-small.light + .description-block = @group.description = render "projects", projects: @projects .prepend-top-20 |