aurweb/templates/partials
Kevin Morris 0d734eb07d
feat(fastapi): add configurable commit hash display
Two new options have been added:

- [devel] commit_url
    - URL including an %s format specifier that can be used to link
      to a webpage for the commit.
- [devel] commit_hash
    - HEAD's commit hash (produced via `git rev-parse HEAD`)

If a `[devel] commit_hash` is configured, a link to the commit based on
`[devel] commit_url` will be displayed in the aurweb footer in
the form: `HEAD@<commit_hash>`. If no `[devel] commit_url` is
configured, a non-linked hash will be displayed.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-10-24 18:12:19 -07:00
..
account fix(fastapi): remove trailing slashes from fastapi-driven links 2021-10-18 22:42:40 -07:00
packages fix: remove unused "Merge into" input from /packages 2021-10-20 23:27:07 -07:00
tu fix(fastapi): remove trailing slashes from fastapi-driven links 2021-10-18 22:42:40 -07:00
widgets feat(FastAPI): add templates/partials/widgets/pager.html 2021-09-19 12:44:19 -07:00
account_form.html fix: /account/{name}/edit Account Type selection 2021-09-08 17:36:37 -07:00
archdev-navbar.html fix(fastapi): use more credentials in archdev-navbar.html 2021-10-23 20:57:43 -07:00
body.html port over base HTML layout from PHP to FastAPI+Jinja2 2021-06-05 19:50:51 -07:00
error.html add passreset routes 2021-06-05 20:11:17 -07:00
footer.html feat(fastapi): add configurable commit hash display 2021-10-24 18:12:19 -07:00
head.html fix(fastapi): remove trailing slashes from fastapi-driven links 2021-10-18 22:42:40 -07:00
layout.html FastAPI: use internal typeahead and remove jquery 2021-06-29 22:56:48 -07:00
meta.html port over base HTML layout from PHP to FastAPI+Jinja2 2021-06-05 19:50:51 -07:00
navbar.html port over base HTML layout from PHP to FastAPI+Jinja2 2021-06-05 19:50:51 -07:00
set_lang.html port over base HTML layout from PHP to FastAPI+Jinja2 2021-06-05 19:50:51 -07:00