removed hardcoded occurrences of "justask"
This commit is contained in:
parent
49c371302c
commit
3f3591c6e7
|
@ -1,7 +1,7 @@
|
||||||
.jumbotron.j2-jumbo.text-center
|
.jumbotron.j2-jumbo.text-center
|
||||||
.container
|
.container
|
||||||
= render 'layouts/messages'
|
= render 'layouts/messages'
|
||||||
%h1 justask
|
%h1= APP_CONFIG['site_name']
|
||||||
%p Ask questions, give answers and learn more about your friends.
|
%p Ask questions, give answers and learn more about your friends.
|
||||||
%p
|
%p
|
||||||
%a.btn.btn-primary.btn-lg{href: url_for(new_user_registration_path)}
|
%a.btn.btn-primary.btn-lg{href: url_for(new_user_registration_path)}
|
||||||
|
@ -16,7 +16,9 @@
|
||||||
%h3
|
%h3
|
||||||
Ask and answer questions
|
Ask and answer questions
|
||||||
%p
|
%p
|
||||||
With justask you can ask people questions and answer questions from other users or unregistered people. Want to know something more? Keep the discussion ongoing in the comments!
|
With
|
||||||
|
= APP_CONFIG['site_name']
|
||||||
|
you can ask people questions and answer questions from other users or unregistered people. Want to know something more? Keep the discussion ongoing in the comments!
|
||||||
.col-md-4.col-sm-4.col-xs-12
|
.col-md-4.col-sm-4.col-xs-12
|
||||||
%h3
|
%h3
|
||||||
Follow users and get followed
|
Follow users and get followed
|
||||||
|
|
|
@ -14,7 +14,9 @@
|
||||||
.panel.panel-default
|
.panel.panel-default
|
||||||
.panel-body
|
.panel-body
|
||||||
%h3 The Team
|
%h3 The Team
|
||||||
The people behind justask!
|
The people behind
|
||||||
|
= succeed '!' do
|
||||||
|
= APP_CONFIG['site_name']
|
||||||
%br/
|
%br/
|
||||||
.media
|
.media
|
||||||
.pull-left
|
.pull-left
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
= render 'user/settings_tabs'
|
= render 'user/settings_tabs'
|
||||||
.col-md-9.col-xs-12.col-sm-9
|
.col-md-9.col-xs-12.col-sm-9
|
||||||
.alert.alert-info
|
.alert.alert-info
|
||||||
justask currently only supports avatars over
|
We currently only support avatars using
|
||||||
= succeed ',' do
|
= succeed ',' do
|
||||||
%a{href: "https://en.gravatar.com"} Gravatar
|
%a{href: "https://en.gravatar.com"} Gravatar
|
||||||
after you set yours up, use the E-Mail you are using for it on here as well, we will directly use this image then!
|
after you set yours up, use the E-Mail you are using for it on here as well, we will directly use this image then!
|
||||||
|
|
Loading…
Reference in New Issue