summaryrefslogtreecommitdiffstats
path: root/templates/group.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/group.html')
-rw-r--r--templates/group.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/group.html b/templates/group.html
index 750b8ea..6a5236c 100644
--- a/templates/group.html
+++ b/templates/group.html
@@ -37,6 +37,9 @@
<a href="{{ url_for('pad_change', group_name=group.name, pad_name=pad.name) }}" class="btn btn-xs btn-info">
<span class="glyphicon glyphicon-cog" />
</a>
+ <a href="{{ url_for('pad_delete', group_name=group.name, pad_name=pad.name) }}" class="btn btn-xs btn-danger">
+ <span class="glyphicon glyphicon-remove" />
+ </a>
</td>
</tr>