From 39f368d8d1e53183bdc52432850bf1cefc78b8fc Mon Sep 17 00:00:00 2001 From: Andrew Cravenho Date: Fri, 1 Feb 2019 07:20:34 -0500 Subject: [PATCH] Add Forum support link to Footer --- .../lib/block_scout_web/templates/layout/_footer.html.eex | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/block_scout_web/lib/block_scout_web/templates/layout/_footer.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/layout/_footer.html.eex index 059e1538fd..13fc92d352 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/layout/_footer.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/layout/_footer.html.eex @@ -42,6 +42,7 @@
  • <%= gettext("Submit an Issue") %>
  • <%= gettext("Contribute") %>
  • <%= gettext("Chat") %>
  • +
  • <%= gettext("Support") %>
  • <% main_nets = main_nets() %>