From 7e6a5800b65f10142e7b3b01e54b3aacb55a6789 Mon Sep 17 00:00:00 2001 From: Riyad Preukschas Date: Fri, 18 Jan 2013 20:02:48 +0100 Subject: Fix text on groups#show page --- app/views/groups/show.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml index d7d3f869895..84dd17c045d 100644 --- a/app/views/groups/show.html.haml +++ b/app/views/groups/show.html.haml @@ -4,12 +4,12 @@ = link_to dashboard_path, class: 'btn very_small' do ← To dashboard   - %span.cgray Events and projects are filtered in scope of group + %span.cgray You will only see events from projects in this group %hr - if @events.any? .content_list - else - %p.nothing_here_message Projects activity will be displayed here + %p.nothing_here_message Project activity will be displayed here .loading.hide .side.span4 = render "projects", projects: @projects -- cgit v1.2.1