Commit 94f8e801a5e189ada9698fa589dd004842cd0ad9
Exists in
spb-stable
and in
2 other branches
Merge pull request #7005 from alankehoe/master
Update message on the group dashboard page
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
app/views/groups/show.html.haml
@@ -5,7 +5,10 @@ | @@ -5,7 +5,10 @@ | ||
5 | = link_to dashboard_path, class: 'btn btn-tiny' do | 5 | = link_to dashboard_path, class: 'btn btn-tiny' do |
6 | ← To dashboard | 6 | ← To dashboard |
7 | | 7 | |
8 | - %span.cgray You will only see events from projects in this group | 8 | + %span.cgray |
9 | + Currently you are only seeing events from the | ||
10 | + = @group.name | ||
11 | + group | ||
9 | %hr | 12 | %hr |
10 | = render 'shared/event_filter' | 13 | = render 'shared/event_filter' |
11 | - if @events.any? | 14 | - if @events.any? |