Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 80832ad

Browse files
committed
Fix Back to Room button for real this time
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent 4e8679c commit 80832ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github.com/t3chguy/matrix-static/templates/room-memberinfo.qtpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</tr>
5454
</table>
5555

56-
<a href="./{%s p.RoomInfo.RoomID %}/">Back to Room</a>
56+
<a href="./room/{%s p.RoomInfo.RoomID %}/">Back to Room</a>
5757
{% endfunc %}
5858

5959
{% func (p *RoomMemberInfoPage) Body() %}

0 commit comments

Comments
 (0)