eidolon/templates/adminProfiles.hamlet

11 lines
232 B
Plaintext

$newline always
<h3>User profiles
$if null profiles
There are no profiles yet (How can you even see this?)
$else
$forall (Entity uId u) <- profiles
<ul>
<li>
<a href=@{AdminProfileSettingsR uId}>#{userSlug u}