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,11 +8,14 @@
|
||||||
|
|
||||||
- if current_user.getting_started?
|
- if current_user.getting_started?
|
||||||
#welcome-to-diaspora
|
#welcome-to-diaspora
|
||||||
.container
|
.container{:style => "position: relative;"}
|
||||||
%h1
|
.right
|
||||||
= t('.welcome_to_diaspora', :name => current_user.first_name)
|
= link_to image_tag('deletelabel.png'), getting_started_completed_path
|
||||||
%h3
|
.span-23
|
||||||
= t('.time_to_introduce_yourself')
|
%h1
|
||||||
|
= t('.welcome_to_diaspora', :name => current_user.first_name)
|
||||||
|
%h3
|
||||||
|
= t('.time_to_introduce_yourself')
|
||||||
%br
|
%br
|
||||||
%br
|
%br
|
||||||
%br
|
%br
|
||||||
|
|
|
||||||
|
|
@ -69,6 +69,7 @@ Diaspora::Application.routes.draw do
|
||||||
# Users and people
|
# Users and people
|
||||||
|
|
||||||
resource :user, :only => [:edit, :update, :destroy], :shallow => true do
|
resource :user, :only => [:edit, :update, :destroy], :shallow => true do
|
||||||
|
get :getting_started_completed
|
||||||
get :export
|
get :export
|
||||||
get :export_photos
|
get :export_photos
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue