diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-06-17 17:39:26 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-06-19 11:48:10 +0200 |
commit | bbf5e1573384707c9389cc1f5ea731d87767ce0f (patch) | |
tree | 1ab126ea4a7ff463abe920ae377b451332e50594 /views/info.ejs | |
parent | 95cfd9241629f50ff36fb0c4700530cf5b697158 (diff) | |
download | server-bbf5e1573384707c9389cc1f5ea731d87767ce0f.tar.gz |
Add links to rulebooks to game info pages.
Diffstat (limited to 'views/info.ejs')
-rw-r--r-- | views/info.ejs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/views/info.ejs b/views/info.ejs index 27cb543..55b8faa 100644 --- a/views/info.ejs +++ b/views/info.ejs @@ -1,7 +1,6 @@ <%- include('header', { title: title.title_name, refresh: (user ? 300 : 0) }) %> <img class="logo" src="/<%= title.title_id %>/cover.jpg"> <%- include('../public/' + title.title_id + '/about.html') %> -<br clear=left> <p> Read more about the game on <a href="https://boardgamegeek.com/boardgame/<%= title.bgg %>">boardgamegeek.com</a>. |