This reverts commit 9f4035ab019803fc53844e70884b0519142deb18. Conflicts: app/views/services/_remote_friend.html.haml app/views/users/getting_started/_step_3.html.haml refactored invitations, added them to the last page fixed styling on adding an aspect to the aspect list added a facebook for person edit aspect memberships touched up and simplified sign-up flow fix styling on step 3
19 lines
515 B
Text
19 lines
515 B
Text
-# Copyright (c) 2010, Diaspora Inc. This file is
|
|
-# licensed under the Affero General Public License version 3 or later. See
|
|
-# the COPYRIGHT file.
|
|
|
|
|
|
%br
|
|
%br
|
|
%br
|
|
%br
|
|
%br
|
|
%h3{:style => 'text-align: center;'}
|
|
= t('.find_your_friends_on_facebook')
|
|
%br
|
|
%br
|
|
%br
|
|
= link_to image_tag('services/facebook_sign_in.png', :id => 'getting_started_logo', :width => 154, :height => 22), '/auth/facebook'
|
|
|
|
.submit_block
|
|
= link_to "#{t('.skip')} →", getting_started_path(:step => @step+1), :class => 'button'
|