Browse Source
Add Healthchecks version in the site footer
pull/476/head
Pēteris Caune
4 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
1 changed files with
1 additions and
1 deletions
-
templates/base.html
|
|
@ -224,7 +224,7 @@ |
|
|
|
<div class="container{% if page == "checks" or page == "details" %}-fluid{% endif %}"> |
|
|
|
<ul> |
|
|
|
<li> |
|
|
|
{% trans "Powered by Healthchecks open-source project" %} |
|
|
|
Healthchecks {% site_version %} |
|
|
|
(<a href="https://github.com/healthchecks/healthchecks">github</a>, |
|
|
|
<a href="https://healthchecks.io">healthchecks.io</a>) |
|
|
|
</li> |
|
|
|