diff --git a/app/views/aspects/index.html.haml b/app/views/aspects/index.html.haml
index 942671395..32a14e18a 100644
--- a/app/views/aspects/index.html.haml
+++ b/app/views/aspects/index.html.haml
@@ -8,11 +8,14 @@
- if current_user.getting_started?
#welcome-to-diaspora
- .container
- %h1
- = t('.welcome_to_diaspora', :name => current_user.first_name)
- %h3
- = t('.time_to_introduce_yourself')
+ .container{:style => "position: relative;"}
+ .right
+ = link_to image_tag('deletelabel.png'), getting_started_completed_path
+ .span-23
+ %h1
+ = t('.welcome_to_diaspora', :name => current_user.first_name)
+ %h3
+ = t('.time_to_introduce_yourself')
%br
%br
%br
diff --git a/config/routes.rb b/config/routes.rb
index 2b32fd6e6..7e55b665f 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -69,6 +69,7 @@ Diaspora::Application.routes.draw do
# Users and people
resource :user, :only => [:edit, :update, :destroy], :shallow => true do
+ get :getting_started_completed
get :export
get :export_photos
end