using new user routes
This commit is contained in:
parent
af988704d6
commit
6be9227fae
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
$newline never
|
$newline never
|
||||||
<h3>#{albumTitle album}
|
<h3>#{albumTitle album}
|
||||||
by <a href=@{ProfileR ownerId}>#{ownerName}</a>
|
by <a href=@{UserR ownerName}>#{ownerName}</a>
|
||||||
<br>
|
<br>
|
||||||
$if presence == True
|
$if presence == True
|
||||||
TODO: direct Upload to this album
|
TODO: direct Upload to this album
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<div id="top-nav">
|
<div id="top-nav">
|
||||||
<ul id="user-nav">
|
<ul id="user-nav">
|
||||||
$maybe userId <- msu
|
$maybe userId <- msu
|
||||||
Logged in as <a href=@{ProfileR $ getUserIdFromText userId}>#{username}
|
Logged in as <a href=@{UserR username}>#{username}
|
||||||
<li>
|
<li>
|
||||||
<a href=@{LogoutR}>Logout
|
<a href=@{LogoutR}>Logout
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in a new issue