mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-07 10:34:46 -04:00
Changed the URL style
This commit is contained in:
parent
a78f864607
commit
23a9aa5e33
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@ block content
|
|||
.panel-heading(data-i18n="nav.account")
|
||||
ul.list-group
|
||||
li.list-group-item
|
||||
profileHref = "/user/" + me.id
|
||||
a.btn.btn-lg.btn-primary(href= profileHref, data-i18n="nav.profile")
|
||||
a.btn.btn-lg.btn-primary(href="/user/#{me.getSlugOrID()}", data-i18n="nav.profile")
|
||||
li.list-group-item
|
||||
a.btn.btn-lg.btn-primary(href="/account/settings", data-i18n="play.settings")
|
||||
li.list-group-item
|
||||
|
|
Loading…
Add table
Reference in a new issue