eidolon/templates/adminProfiles.hamlet
2016-09-02 15:55:50 +02:00

11 lines
253 B
Plaintext
Executable file

$newline always
<div .subheader .item>
<h1>User profiles
$if null profiles
<p>
There are no profiles yet (How can you even see this?)
$forall (Entity uId u) <- profiles
<div .item>
<a href=@{AdminProfileSettingsR uId}>#{userSlug u}