added site_name to the promotion box, removed "Front" navbar entry for non-registered users
This commit is contained in:
parent
aaf1fbf42b
commit
c19f44f527
|
@ -8,9 +8,9 @@
|
|||
%span.icon-bar
|
||||
%a.navbar-brand{href: "/"}= APP_CONFIG['site_name']
|
||||
#j2-main-navbar-collapse.collapse.navbar-collapse
|
||||
%ul.nav.navbar-nav
|
||||
= nav_entry "Front", root_path
|
||||
- if user_signed_in?
|
||||
%ul.nav.navbar-nav
|
||||
= nav_entry "Timeline", root_path
|
||||
%ul.nav.navbar-nav
|
||||
= nav_entry "Inbox", "/inbox", badge: inbox_count, badge_color: 'danger'
|
||||
%ul.nav.navbar-nav.navbar-right
|
||||
|
|
|
@ -32,7 +32,10 @@
|
|||
.row
|
||||
.col-sm-1
|
||||
.col-xs-12.col-sm-10
|
||||
%small Join justask2 today! You'll be able to follow and ask people you know and a lot more.
|
||||
%small
|
||||
Join
|
||||
= APP_CONFIG['site_name']
|
||||
today! You'll be able to follow and ask people you know and a lot more.
|
||||
.col-sm-1
|
||||
/ %p
|
||||
/ This user does not want to get asked by strangers. Why don't you
|
||||
|
|
Loading…
Reference in New Issue