mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-29 22:30:46 -04:00
Add login link to profile login prompt
This commit is contained in:
parent
e0d7392c1f
commit
2120657e5b
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@ extends /templates/base
|
|||
block content
|
||||
if !allowedToEditJobProfile && me.get('anonymous') == true
|
||||
div(class="job-profile-container")
|
||||
h1#login-message Please login to view this profile.
|
||||
h1#login-message
|
||||
|Please
|
||||
a.auth-button login
|
||||
| to view this profile.
|
||||
else
|
||||
if allowedToEditJobProfile
|
||||
.profile-control-bar
|
||||
|
|
Loading…
Add table
Reference in a new issue