From b08fe47fe8977905252c73653cece86359922e29 Mon Sep 17 00:00:00 2001 From: Alan Kehoe Date: Tue, 20 May 2014 22:03:34 +0100 Subject: [PATCH] Update message on the group dashboard page --- app/views/groups/show.html.haml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml index 0c62772a5c9..17475288a87 100644 --- a/app/views/groups/show.html.haml +++ b/app/views/groups/show.html.haml @@ -5,7 +5,10 @@ = link_to dashboard_path, class: 'btn btn-tiny' do ← To dashboard   - %span.cgray You will only see events from projects in this group + %span.cgray + Currently you are only seeing events from the + = @group.name + group %hr = render 'shared/event_filter' - if @events.any?