9 lines
392 B
Text
9 lines
392 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.
|
|
|
|
- content_for :submit_block do
|
|
= submit_tag "#{t('users.getting_started.save_and_continue')} →"
|
|
= render :partial => 'profiles/edit', :locals => {:person => @person,
|
|
:profile => @profile, :aspect => @aspect, :step => @step}
|
|
|