using new user routes

This commit is contained in:
nek0 2014-08-18 18:16:04 +02:00
parent af988704d6
commit 6be9227fae
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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>