removed the bring your friends message from the stream

This commit is contained in:
zhitomirskiyi 2011-03-21 15:23:34 -07:00
parent 32f08ef345
commit 058b74846a
4 changed files with 0 additions and 20 deletions

View file

@ -1,9 +0,0 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
#no_contacts.floating.empty_message{:style => ("display:none" unless contact_count == 0)}
%h3=t('.nobody')
- if current_user.invites > 0
%h4= link_to t('.invite'), new_user_invitation_path

View file

@ -6,10 +6,7 @@
- content_for :head do
= include_javascripts :home
.span-15.append-2
= render 'aspects/no_contacts_message', :aspect => @aspect, :contact_count => @contact_count
#aspect_stream_container
= render 'aspect_stream',
:aspect => @aspect,

View file

@ -100,12 +100,6 @@ en:
post_time: "post time"
show:
edit_aspect: "edit aspect"
no_contacts_message:
nobody: "Bring the people that matter in your life to Diaspora!"
nobody_in_aspect: "Your aspect '%{aspect_name}' is empty."
add_contact: "Add a contact"
add_contact_to: "Add someone to %{aspect_name}"
invite: "Invite someone to join Diaspora!"
no_posts_message:
start_talking: "Nobody has said anything yet. Get the conversation started!"
manage:

View file

@ -23,7 +23,6 @@ Feature: new user registration
Then I should be on the aspects page
And I should not see "skip getting started"
And I should see "Bring the people that matter in your life to Diaspora!"
Scenario: new user skips the setup wizard and returns to the setup wizard
When I follow "skip getting started"
@ -34,4 +33,3 @@ Feature: new user registration
When I follow "skip getting started"
And I wait for "the aspects page" to load
Then I should be on the aspects page
And I should see "Bring the people that matter in your life to Diaspora!"