mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-07 18:53:36 +01:00
show the ask followers modal only for signed in users
This commit is contained in:
parent
69e55f001e
commit
da97b7dcf4
1 changed files with 2 additions and 1 deletions
|
@ -31,4 +31,5 @@
|
||||||
= nav_entry "Sign in", new_user_session_path
|
= nav_entry "Sign in", new_user_session_path
|
||||||
= nav_entry "Sign up", new_user_registration_path
|
= nav_entry "Sign up", new_user_registration_path
|
||||||
|
|
||||||
|
- if user_signed_in?
|
||||||
= render 'shared/modal_ask_followers'
|
= render 'shared/modal_ask_followers'
|
Loading…
Reference in a new issue