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

Commit

Permalink
Merge pull request #45 from t3chguy/develop
Browse files Browse the repository at this point in the history
Fix Back to Room button.
  • Loading branch information
t3chguy authored Aug 29, 2017
2 parents 4bdfd0c + 5d01793 commit 25162c1
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 25162c1

Please sign in to comment.