mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-05 05:15:26 +00:00
Remove unneeded newlines
This commit is contained in:
parent
9c4e5eb99f
commit
8ee0664801
7 changed files with 2 additions and 13 deletions
|
@ -3,7 +3,6 @@
|
|||
|
||||
{% block title %}Add Phone Call Integration - {{ site_name }}{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
{% block title %}Discord Integration for {{ site_name }}{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
{% block title %}Gotify Integration for {{ site_name }}{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
|
@ -105,4 +104,4 @@
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
{% block title %}Microsoft Teams Integration for {{ site_name }}{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
{% block title %}Opsgenie Integration for {{ site_name }}{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
{% block title %}PagerTree Integration for {{ site_name }}{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
|
|
|
@ -9,16 +9,11 @@ SMS Settings - {% site_name %}
|
|||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<h1>SMS</h1>
|
||||
|
||||
<p>
|
||||
Get a SMS message to the specified phone number when a
|
||||
check goes down.
|
||||
</p>
|
||||
<p>Get a SMS message to the specified phone number when a check goes down.</p>
|
||||
|
||||
{% if show_pricing and profile.sms_limit == 0 %}
|
||||
<p class="alert alert-info">
|
||||
|
|
Loading…
Add table
Reference in a new issue