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

Commit 25162c1

Browse files
authored
Merge pull request #45 from t3chguy/develop
Fix Back to Room button.
2 parents 4bdfd0c + 5d01793 commit 25162c1

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)