Add FreeOrion forum's URL to slow game's

O01eg
Sep 16, 2022, 9:05 AM
G3VK7RIBLFFCW2DHQEQW3NPTTW6LSBHQ6I7GHDL7IZ2BV5OBTEMAC

Dependencies

  • [2] LPK5YJ2D Show slow game's status and notes
  • [3] 6NYILMKI Add page for slow game
  • [4] UNJ6LBGO Add slow game description

Change contents

  • edit in src/templates/slow-game.html at line 31
    [2.257]
    [3.74]
    {{#if fo_forum_url}}
  • replacement in src/templates/slow-game.html at line 33
    [3.108][3.108:122]()
    <dd></dd>
    [3.108]
    [3.122]
    <dd><a href="{{ fo_forum_url }}">{{ fo_forum_url }}</a></dd>
    {{/if}}
  • edit in src/pages/slow_game.rs at line 13
    [2.320]
    [3.870]
    fo_forum_url: Option<&'a str>,
  • edit in src/pages/slow_game.rs at line 61
    [2.811]
    [3.2642]
    fo_forum_url: row.get::<_, Option<&str>>(2),