Commit b08fe47fe8977905252c73653cece86359922e29

Authored by Alan Kehoe
1 parent d52a3281

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?
... ...