这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on Feb 8, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions openduty/templates/escalation/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</script>

<div class="row header">
<div class="col-xs-12 col-md-8"><h2>{% if item %}Edit escalation-policy{% else%}New escalation-policy{% endif %}</h2></div>
<div class="col-xs-12 col-md-8"><h2>{% if item %}Edit escalation policy{% else%}New escalation-policy{% endif %}</h2></div>
</div>
{% if messages %}
<div class="alert alert-danger">
Expand Down Expand Up @@ -107,4 +107,4 @@



{% endblock %}
{% endblock %}
4 changes: 2 additions & 2 deletions openduty/templates/escalation/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% if messages %}
{% endif %}
<div class="row header">
<div class="col-xs-12 col-md-8"><h2>Schedule Policies</h2></div>
<div class="col-xs-12 col-md-8"><h2>Escalation Policies</h2></div>
<div class="col-xs-6 col-md-4 button"><a href="{% url 'openduty.escalation.new' %}" class="btn btn-default"><span class="glyphicon glyphicon-plus"></span> New Escalation Policy</a></div>
</div>
<table class="table table-striped">
Expand Down Expand Up @@ -35,4 +35,4 @@
{% endfor %}
</tbody>
</table>
{% endblock %}
{% endblock %}