templates/sjl/tagentry.tmpl @ c289f52710f8

Scroll README code blocks
author Steve Losh <steve@stevelosh.com>
date Wed, 19 Feb 2020 23:37:24 -0500
parents b2b88bc58ef9
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>