Replace web UI timestamps with relative times

Timeline

Amolith opened

pkg/web/templates/home.html displays the relative time correctly while these only display the timestamp.

  • pkg/web/templates/bug.html
  • pkg/web/templates/bugs.html
  • pkg/web/templates/commit.html
  • pkg/web/templates/commits.html
  • pkg/web/templates/branches.html
  • pkg/web/templates/tags.html

We do want to include the full timestamp on all those pages, just in a tooltip using data-tooltip="Tooltip contents".

Amolith closed the bug