diff options
author | David Baker <dave@matrix.org> | 2016-04-28 17:28:48 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2016-04-28 17:28:48 +0100 |
commit | 36bb5c23831444f35c018923be8d8c0b0562b331 (patch) | |
tree | 9765590cbcce42d5d6600333b77ea4fcb6585366 /res/templates | |
parent | May as well always include room link (diff) | |
download | synapse-36bb5c23831444f35c018923be8d8c0b0562b331.tar.xz |
Fix notification link
Diffstat (limited to 'res/templates')
-rw-r--r-- | res/templates/notif.html | 2 |
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> |