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

Commit

Permalink
Fix Back to Room button for real this time
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
  • Loading branch information
t3chguy committed Aug 29, 2017
1 parent 4e8679c commit 80832ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</tr>
</table>

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

{% func (p *RoomMemberInfoPage) Body() %}
Expand Down

0 comments on commit 80832ad

Please sign in to comment.