packages feed

notmuch-web-0.1.0: templates/search.hamlet

<p>
    <a href=@{ThreadPagerR s}>_{MsgViewInPager}
<table .table .table-striped .table-condensed>
  <thead>
    <tr>
      <th>_{MsgDate}
      <th>_{MsgSubject}
      <th>_{MsgAuthors}
      <th>_{MsgTags}
  <tbody>
    $forall r <- search
      <tr>
        <td .search-link onclick="document.location = '@{ThreadR (searchThread r)}'">#{searchDateRel r}
        <td .search-link onclick="document.location = '@{ThreadR (searchThread r)}'">#{searchSubject r}
        <td .search-link onclick="document.location = '@{ThreadR (searchThread r)}'">#{searchAuthors r}
        <td>^{tagWidget (Left r)}