Fix text on groups#show page
This commit is contained in:
parent
fa46fc94a7
commit
7e6a5800b6
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@
|
||||||
= link_to dashboard_path, class: 'btn very_small' do
|
= link_to dashboard_path, class: 'btn very_small' do
|
||||||
← To dashboard
|
← To dashboard
|
||||||
|
|
||||||
%span.cgray Events and projects are filtered in scope of group
|
%span.cgray You will only see events from projects in this group
|
||||||
%hr
|
%hr
|
||||||
- if @events.any?
|
- if @events.any?
|
||||||
.content_list
|
.content_list
|
||||||
- else
|
- else
|
||||||
%p.nothing_here_message Projects activity will be displayed here
|
%p.nothing_here_message Project activity will be displayed here
|
||||||
.loading.hide
|
.loading.hide
|
||||||
.side.span4
|
.side.span4
|
||||||
= render "projects", projects: @projects
|
= render "projects", projects: @projects
|
||||||
|
|
Loading…
Reference in a new issue