setting the invites added requests to the fb hash finder has options remove the requester from the list typo making a block another typo remove the if statement for the notifications checking on the right field translations and correct indenting fixed stuff added added a temp puts added a temp puts now actually referencing the service not double nesting remove stream element updated remote friends to old style removed it from the h1 block putting the stream element back
39 lines
881 B
Text
39 lines
881 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.
|
|
|
|
|
|
%h1
|
|
= t('.set_up', :name => first_name_or_username(current_user))
|
|
.description
|
|
= t('.ready_to_share')
|
|
%ul.inline_aspect_listing
|
|
- for aspect in @all_aspects
|
|
%li= aspect
|
|
-unless @friends.blank?
|
|
%br
|
|
= t('services.finder.invite_your_friends_from', :service => "facebook".titleize)
|
|
= t('shared.invitations.invitations_left', :count => @invites)
|
|
%br
|
|
.contact_list
|
|
= render :partial => 'services/finder', :locals => {:friends => @friends, :getting_started => true}
|
|
%br
|
|
%br
|
|
|
|
%h3
|
|
= link_to t('.continue'), root_path
|
|
|
|
%br
|
|
%br
|
|
%br
|
|
|
|
%p
|
|
= t('.change_profile')
|
|
= t('.user_menu')
|
|
|
|
%p
|
|
= t('.manage_aspects')
|
|
|
|
.submit_block
|
|
= link_to "#{t('.finish')} →", root_url, :class => "button"
|
|
|