puppetboard/templates/layout: Removing the footer bar

This bar reduces the available vertical space and other maintainers feel
it better to remove it than to modify it.

Also reducing the specific mention of @daenney from README.rst since he
has steped down as main project maintainer.
This commit is contained in:
Corey Hammerton
2015-11-05 21:37:58 -05:00
parent 6f6bd0585a
commit 61fc5994fb
2 changed files with 3 additions and 10 deletions

View File

@@ -587,14 +587,13 @@ This project is still very new so it's not inconceivable you'll run into
issues. issues.
For bug reports you can file an `issue`_. If you need help with something For bug reports you can file an `issue`_. If you need help with something
feel free to hit up `@daenney`_ by e-mail or find him on IRC. He can usually feel free to hit up the maintainers by e-mail or on IRC. They can usually
be found on `IRCnet`_ and `Freenode`_ and idles in #puppet. 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.
.. _issue: https://github.com/nedap/puppetboard/issues .. _issue: https://github.com/puppet-community/puppetboard/issues
.. _@daenney: https://github.com/daenney
.. _IRCnet: http://www.ircnet.org .. _IRCnet: http://www.ircnet.org
.. _Freenode: http://freenode.net .. _Freenode: http://freenode.net

View File

@@ -54,12 +54,6 @@
<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/daenney" target="_blank">Daniele Sluijters</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>