aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/rules/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/rules/list.html')
-rw-r--r--servo/templates/rules/list.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/servo/templates/rules/list.html b/servo/templates/rules/list.html
new file mode 100644
index 0000000..3e9ea9e
--- /dev/null
+++ b/servo/templates/rules/list.html
@@ -0,0 +1,6 @@
+{% extends "admin/index.html" %}
+{% load i18n %}
+
+{% block toolbar %}
+ <a class="btn" href="{% url 'rules-create' %}"><i class="icon-plus"></i> {% trans "New Rule" %}</a>
+{% endblock toolbar %}