summaryrefslogtreecommitdiffstats
path: root/templates/group.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/group.html')
-rw-r--r--templates/group.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/group.html b/templates/group.html
index 5177c50..8d90599 100644
--- a/templates/group.html
+++ b/templates/group.html
@@ -31,7 +31,7 @@
<tr>
<td class="col-sm-11">
- <a href="#" class="btn-block">{{pad}}</a>
+ <a href="{{ url_for('pad', group_name=group.name, pad_name=pad.name) }}" class="btn-block">{{pad}}</a>
</td>
<td class="col-sm-1 text-right">
<a href="{{ url_for('pad_change', group_name=group.name, pad_name=pad.name) }}" class="btn-block glyphicon glyphicon-cog" />