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 | 5 | = link_to dashboard_path, class: 'btn btn-tiny' do |
6 | 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 | 12 | %hr |
10 | 13 | = render 'shared/event_filter' |
11 | 14 | - if @events.any? | ... | ... |