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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-06 15:02:29 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-06 15:02:29 +0400
commit20ce3980d3f06784a0bf617ef6d3b898ed2f1e54 (patch)
treeb9efdf039ce9ed1e765f0c59e4378d3247221fe1 /app/views/groups/show.html.haml
parent4a344c168360e9494fa2e33f85833e5fee80a5f8 (diff)
public_icon, private_icon helpers
Diffstat (limited to 'app/views/groups/show.html.haml')
-rw-r--r--app/views/groups/show.html.haml2
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