Browse Source
Merge pull request #142 from fishnux/patch-1
Cron cheatsheet opens in a new window/tab
pull/143/head
Pēteris Caune
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
templates/front/my_checks.html
|
|
@ -197,7 +197,7 @@ |
|
|
|
placeholder="* * * * *"> |
|
|
|
<div id="schedule-hint"> |
|
|
|
m h dom mon dow |
|
|
|
<a href="{% url 'hc-docs-cron' %}">(cheatsheet)</a> |
|
|
|
<a href="{% url 'hc-docs-cron' %}" target="_blank">(cheatsheet)</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|