puppetboard/templates/layout: Restoring the footer but referencing Puppet Community

@daenney would rather have the footer reference the Puppet Community organization
than completing removing this bar.

Also adding a reference in README.rst about the available Google Group
This commit is contained in:
Corey Hammerton
2015-11-07 20:16:20 -05:00
parent 61fc5994fb
commit 1c72a754d2
2 changed files with 10 additions and 0 deletions

View File

@@ -593,9 +593,13 @@ be found on `IRCnet`_ and `Freenode`_ and idles in #puppetboard.
There's now also the #puppetboard channel on `Freenode`_ where we hang out There's now also the #puppetboard channel on `Freenode`_ where we hang out
and answer questions related to pypuppetdb and Puppetboard. and answer questions related to pypuppetdb and Puppetboard.
There is also a `GoogleGroup`_ to exchange questions and discussions. Please
note that this group contains discussions of other Puppet Community projects.
.. _issue: https://github.com/puppet-community/puppetboard/issues .. _issue: https://github.com/puppet-community/puppetboard/issues
.. _IRCnet: http://www.ircnet.org .. _IRCnet: http://www.ircnet.org
.. _Freenode: http://freenode.net .. _Freenode: http://freenode.net
:: _GoogleGroup: https://groups.google.com/forum/?hl=en#!forum/puppet-community
Third party Third party
=========== ===========

View File

@@ -54,6 +54,12 @@
<i class="large arrow up icon"></i> <i class="large arrow up icon"></i>
</div> </div>
<footer class="ui absolute fixed bottom">
<div>
Copyright &copy; 2013-{{ now('%Y') }} <a href="https://github.com/puppet-community" target="_blank">Puppet Community</a>. <span style="float:right">Live from PuppetDB.</span>
</div>
</footer>
{% if config.OFFLINE_MODE %} {% if config.OFFLINE_MODE %}
<script src="{{ url_for('static', filename='js/jquery.min.js') }}"></script> <script src="{{ url_for('static', filename='js/jquery.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/semantic.min.js') }}"></script> <script src="{{ url_for('static', filename='js/semantic.min.js') }}"></script>