eidolon/templates/adminProfiles.hamlet

11 lines
253 B
Plaintext
Raw Permalink Normal View History

$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?)
$forall (Entity uId u) <- profiles
2016-09-02 13:55:50 +00:00
<div .item>
<a href=@{AdminProfileSettingsR uId}>#{userSlug u}