Skip to content

Instantly share code, notes, and snippets.

/-

Created March 7, 2014 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/9406988 to your computer and use it in GitHub Desktop.
Save anonymous/9406988 to your computer and use it in GitHub Desktop.
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml
index e3aa6e3..91d3b0b 100644
--- a/app/views/groups/show.html.haml
+++ b/app/views/groups/show.html.haml
@@ -6,7 +6,7 @@
- if @events.any?
.content_list
- else
- %p.nothing_here_message Project activity will be displayed here
+ %p.nothing_here_message No activity.
= spinner
.side.col-md-4
.light-well.append-bottom-20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment