Update message on the group dashboard page
This commit is contained in:
parent
d52a3281dc
commit
b08fe47fe8
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,10 @@
|
||||||
= link_to dashboard_path, class: 'btn btn-tiny' do
|
= link_to dashboard_path, class: 'btn btn-tiny' do
|
||||||
← To dashboard
|
← 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
|
%hr
|
||||||
= render 'shared/event_filter'
|
= render 'shared/event_filter'
|
||||||
- if @events.any?
|
- if @events.any?
|
||||||
|
|
Loading…
Reference in a new issue