summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2013-01-18 20:02:48 +0100
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2013-01-19 15:24:07 +0100
commit7e6a5800b65f10142e7b3b01e54b3aacb55a6789 (patch)
tree4bb48a3635d58049f28c26e3abbd86210661374d
parentfa46fc94a73f00c0a6d231279a9518aad9a8b5f0 (diff)
downloadgitlab-ce-7e6a5800b65f10142e7b3b01e54b3aacb55a6789.tar.gz
Fix text on groups#show page
-rw-r--r--app/views/groups/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml
index d7d3f869895..84dd17c045d 100644
--- a/app/views/groups/show.html.haml
+++ b/app/views/groups/show.html.haml
@@ -4,12 +4,12 @@
= link_to dashboard_path, class: 'btn very_small' do
&larr; To dashboard
&nbsp;
- %span.cgray Events and projects are filtered in scope of group
+ %span.cgray You will only see events from projects in this group
%hr
- if @events.any?
.content_list
- else
- %p.nothing_here_message Projects activity will be displayed here
+ %p.nothing_here_message Project activity will be displayed here
.loading.hide
.side.span4
= render "projects", projects: @projects