summary refs log tree commit diff
path: root/res/templates
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2016-04-28 17:28:48 +0100
committerDavid Baker <dave@matrix.org>2016-04-28 17:28:48 +0100
commit36bb5c23831444f35c018923be8d8c0b0562b331 (patch)
tree9765590cbcce42d5d6600333b77ea4fcb6585366 /res/templates
parentMay as well always include room link (diff)
downloadsynapse-36bb5c23831444f35c018923be8d8c0b0562b331.tar.xz
Fix notification link
Diffstat (limited to 'res/templates')
-rw-r--r--res/templates/notif.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/notif.html b/res/templates/notif.html

index 70f5655352..3112df9704 100644 --- a/res/templates/notif.html +++ b/res/templates/notif.html
@@ -29,6 +29,6 @@ {% endfor %} </div> <div class="notif_link"> - <a href="{{ link }}">View in Vector</a> + <a href="{{ notif.link }}">View</a> </div> </div>