20 lines
597 B
Text
20 lines
597 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.
|
|
|
|
|
|
#section_header
|
|
%h2
|
|
= t('settings')
|
|
%ul#settings_nav
|
|
%li=link_to t('profile'), edit_person_path(current_user.person)
|
|
%li=link_to t('account'), edit_user_path(current_user)
|
|
%li=link_to t('_services'), services_path
|
|
|
|
.span-19.prepend-5.last
|
|
- content_for :submit_block do
|
|
= link_to t('cancel'), edit_user_path(current_user)
|
|
= t('or')
|
|
= submit_tag t('.update_profile')
|
|
= render :partial => 'people/edit'
|
|
|