allowing users to dismiss new user toolips
This commit is contained in:
parent
62e12f248c
commit
c447415d9f
2 changed files with 9 additions and 5 deletions
|
|
@ -8,7 +8,10 @@
|
|||
|
||||
- if current_user.getting_started?
|
||||
#welcome-to-diaspora
|
||||
.container
|
||||
.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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue