Add FreeOrion forum's URL to slow game's
Dependencies
- [2]
LPK5YJ2DShow slow game's status and notes - [3]
6NYILMKIAdd page for slow game - [4]
UNJ6LBGOAdd slow game description
Change contents
- edit in src/templates/slow-game.html at line 31
{{#if fo_forum_url}} - replacement in src/templates/slow-game.html at line 33
<dd></dd><dd><a href="{{ fo_forum_url }}">{{ fo_forum_url }}</a></dd>{{/if}} - edit in src/pages/slow_game.rs at line 13
fo_forum_url: Option<&'a str>, - edit in src/pages/slow_game.rs at line 61
fo_forum_url: row.get::<_, Option<&str>>(2),