OSDN Git Service

Fix text on groups#show page
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>
Fri, 18 Jan 2013 19:02:48 +0000 (20:02 +0100)
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>
Sat, 19 Jan 2013 14:24:07 +0000 (15:24 +0100)
app/views/groups/show.html.haml

index d7d3f86..84dd17c 100644 (file)
@@ -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