diff options
author | Alex Legler <alex@a3li.li> | 2015-02-25 22:44:15 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-02-25 22:44:15 +0100 |
commit | 8e0d92ff895ff71d20e40743ac9349f33f3c553b (patch) | |
tree | 61179e7a2dbaf4ed1b997dedc27719cf28f0e78b /views | |
parent | basic description (diff) | |
download | frontend-8e0d92ff895ff71d20e40743ac9349f33f3c553b.tar.gz frontend-8e0d92ff895ff71d20e40743ac9349f33f3c553b.tar.bz2 frontend-8e0d92ff895ff71d20e40743ac9349f33f3c553b.zip |
site_notice
Diffstat (limited to 'views')
-rw-r--r-- | views/index.erb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/views/index.erb b/views/index.erb index 0ca71c9..b5d2908 100644 --- a/views/index.erb +++ b/views/index.erb @@ -1,5 +1,11 @@ <h1 class="first-header">Gentoo Mailing List Archives</h1> +<% if $config['site_notice'] %> +<div class="alert alert-info"> +<%= $config['site_notice'] %> +</div> +<% end %> + <p class="lead"> Here you can find the archives of our most important mailing lists. </p> |