diaspora/app/views/users/getting_started/_step_3.html.haml
2010-12-11 12:05:58 -08:00

15 lines
401 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.
%h3
= t('.your_services')
.description
= t('.description')
= render 'shared/add_remove_services'
.submit_block
= link_to "#{t('users.getting_started.save_and_continue')} →", getting_started_path(:step => 4), :class => "button"