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
|
||||
<h3>#{albumTitle album}
|
||||
by <a href=@{ProfileR ownerId}>#{ownerName}</a>
|
||||
by <a href=@{UserR ownerName}>#{ownerName}</a>
|
||||
<br>
|
||||
$if presence == True
|
||||
TODO: direct Upload to this album
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div id="top-nav">
|
||||
<ul id="user-nav">
|
||||
$maybe userId <- msu
|
||||
Logged in as <a href=@{ProfileR $ getUserIdFromText userId}>#{username}
|
||||
Logged in as <a href=@{UserR username}>#{username}
|
||||
<li>
|
||||
<a href=@{LogoutR}>Logout
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue