Skip to content

Instantly share code, notes, and snippets.

@maoe
Created August 13, 2011 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maoe/1143968 to your computer and use it in GitHub Desktop.
Save maoe/1143968 to your computer and use it in GitHub Desktop.
Hamletでリストの中身が空の時にメッセージを表示する
<section>
<h1>All reports
$maybe _ <- listToMaybe reports
<ul>
$forall report <- reports
<li>
<a href=@{ReportsIdR (fst report)}>#{reportCommandLine (snd report)}
$nothing
<p>There are currently no reports available. First of all, upload your profiling reports please.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment