diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-06-19 17:28:59 +0200 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-06-19 17:28:59 +0200 |
commit | ffea04485780c21324cf770c452d9eb9abd7e07e (patch) | |
tree | 75aafcd4dadf12326ac367b55d9ae6b7d6bd47d3 | |
parent | Update package-lock.json (diff) | |
download | archives-ffea04485780c21324cf770c452d9eb9abd7e07e.tar.gz archives-ffea04485780c21324cf770c452d9eb9abd7e07e.tar.bz2 archives-ffea04485780c21324cf770c452d9eb9abd7e07e.zip |
Show number of messages on the landing page
Signed-off-by: Max Magorsch <arzano@gentoo.org>
-rw-r--r-- | web/templates/home/home.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/home/home.tmpl b/web/templates/home/home.tmpl index b51e2ee..20fa1ba 100644 --- a/web/templates/home/home.tmpl +++ b/web/templates/home/home.tmpl @@ -14,7 +14,7 @@ <div id="landing-page-search-area" class="col-12 px-5"> <div class="jumbotron w-100 px-5" style="background-color: #FAFAFA;"> - <h2 class="site-welcome stick-top">Welcome to the Home<br/> of <span class="text-primary"> 1,111,111 </span> Gentoo Related Mails</h2> + <h2 class="site-welcome stick-top">Welcome to the Home<br/> of <span class="text-primary"> {{.MessageCount}} </span> Gentoo Related Mails</h2> <form action="/search" method="get"> <div class="typeahead-container"> |