diff options
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/show.html.haml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml index 91828006df5..04ffa53b68e 100644 --- a/app/views/projects/show.html.haml +++ b/app/views/projects/show.html.haml @@ -14,9 +14,9 @@ = text_field_tag :project_clone, @project.url_to_repo, :class => "xlarge one_click_select git_clone_url" = simple_format @project.description - -.ui-box - %h5.cgray Recent Activity - .content_list= render "feed" +- unless @activities.blank? + .ui-box + %h5.cgray Recent Activity + .content_list= render "feed" |