commit: 8e0d92ff895ff71d20e40743ac9349f33f3c553b Author: Alex Legler <alex <AT> a3li <DOT> li> AuthorDate: Wed Feb 25 21:44:15 2015 +0000 Commit: Alex Legler <a3li <AT> gentoo <DOT> org> CommitDate: Wed Feb 25 21:44:15 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/ag-web.git;a=commit;h=8e0d92ff
site_notice --- views/index.erb | 6 ++++++ 1 file changed, 6 insertions(+) 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>
