Skip to content

Commit

Permalink
Restyle the footer
Browse files Browse the repository at this point in the history
Perviously, the footer use code tags to show the bodhi
version name and hostname. This did not look so good with
the new dark footer, so this change makes them bold.

Also, removed the old glyphicons that were not showing any more
and re-organized the content a little.
  • Loading branch information
ryanlerch authored and bowlofeggs committed Mar 22, 2017
1 parent f8a4587 commit d24c603
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions bodhi/server/templates/master.html
Expand Up @@ -187,16 +187,22 @@

<div class="footer p-y-3">
<div class="container">
<p class="text-muted text-center"> Running
<code>bodhi-${util.version()}</code> on
<code>${util.hostname()}</code>.
<a href="https://github.com/fedora-infra/bodhi">
bodhi<span class="glyphicon glyphicon-link"></span></a> is Free Software.
Please <a href="https://github.com/fedora-infra/bodhi/issues">
file issues<span class="glyphicon glyphicon-link"></span></a>
if you have any problems. Copyright &copy; 2007-2017 Red Hat, Inc. and
<a href="https://github.com/fedora-infra/bodhi/graphs/contributors">
others<span class="glyphicon glyphicon-link"></span></a>.
<p class="text-muted text-xs-center">
Copyright &copy; 2007-2017 Red Hat, Inc. and
<a href="https://github.com/fedora-infra/bodhi/graphs/contributors">
others</a>.
</p>
<p class="text-muted text-xs-center">
Running
<strong>bodhi-${util.version()}</strong> on
<strong>${util.hostname()}</strong>.
</p>
<p class="text-muted text-xs-center">
<a href="https://github.com/fedora-infra/bodhi">
bodhi</a> is Free Software.
Please <a href="https://github.com/fedora-infra/bodhi/issues">
file issues</a>
if you have any problems.
</p>
</div>
</div>
Expand Down

0 comments on commit d24c603

Please sign in to comment.