diaspora/app/views/users/getting_started.html.haml

28 lines
927 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.
.span-8.append-1.last
%h1{:style => "text-align:right;"}
= "Welcome to Diaspora!"
.description
Do the stuff below to further complete some things.
%h3{:style => "text-align:right;"}
= link_to "Edit your profile", getting_started_path(:step => 1)
%br
= link_to "Define your aspects", getting_started_path(:step => 2)
%br
= link_to "Connect your services", getting_started_path(:step => 3)
%br
.span-15.last
.floating
= render "users/getting_started/step_#{@step}", :current_user => current_user
- if @step > 1
= link_to "Back", getting_started_path(:step => @step-1), :class => "button", :id => "previous_step"
.bottom_notification
= link_to "skip getting started →", '#', :id => "getting_started_skip"