mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 18:15:52 -05:00
12 lines
284 B
Text
12 lines
284 B
Text
extends /templates/base
|
|
|
|
// User pages might have some user page specific header, if not remove this
|
|
block content
|
|
div
|
|
ol.breadcrumb
|
|
li
|
|
- var userName = user.get('name');
|
|
a(href="/user/#{user.id}") #{userName}
|
|
li.active
|
|
| #{currentUserView}
|
|
|