templates/sjl/tagentry.tmpl @ b2b88bc58ef9

Initial commit (not finished)
author Steve Losh <steve@stevelosh.com>
date Sat, 11 Jan 2020 13:21:39 -0800
parents (none)
children (none)

  <tr class="tagEntry">
    <td class="tag-name">
      <a href="{url|urlescape}rev/{tag|revescape}{sessionvars%urlparameter}">
        {tag|escape}
      </a>
    </td>
    <td class="tag-hash">
      <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
        {node|short}
      </a>
    </td>
  </tr>