2014-09-06 06:56:36 +00:00
|
|
|
$newline always
|
2016-09-02 13:55:50 +00:00
|
|
|
<div .subheader .item>
|
|
|
|
<h1>User profiles
|
|
|
|
$if null profiles
|
|
|
|
<p>
|
|
|
|
There are no profiles yet (How can you even see this?)
|
2014-09-06 06:56:36 +00:00
|
|
|
|
2015-01-11 16:59:02 +00:00
|
|
|
$forall (Entity uId u) <- profiles
|
2016-09-02 13:55:50 +00:00
|
|
|
<div .item>
|
|
|
|
<a href=@{AdminProfileSettingsR uId}>#{userSlug u}
|