mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
13 lines
394 B
Text
13 lines
394 B
Text
extends /templates/base
|
|
|
|
// User pages might have some user page specific header, if not remove this
|
|
block content
|
|
.clearfix
|
|
if view.userData && view.viewName
|
|
ol.breadcrumb
|
|
li
|
|
a(href="/user/#{view.userData.getSlugOrID()}") #{view.userData.displayName()}
|
|
li.active
|
|
| #{view.viewName}
|
|
if !view.userData || view.userData.loading
|
|
| LOADING
|