Commit b08fe47fe8977905252c73653cece86359922e29
1 parent
d52a3281
Exists in
spb-stable
and in
2 other branches
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? |