Skip to content

Commit

Permalink
Remove forkme image and update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Nov 10, 2014
1 parent 26b313b commit 846f5b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Binary file removed lib/redis-stat/server/public/forkme.png
Binary file not shown.
12 changes: 7 additions & 5 deletions lib/redis-stat/server/views/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,15 @@

</div>

<a href="https://github.com/junegunn/redis-stat">
<img style="position: fixed; top: 0; right: 0; border: 0; z-index: 10000" src="/forkme.png" alt="Fork me on GitHub">
</a>

<footer class="footer">
<div class="container">
<p>Powered by <a href="http://twitter.github.com/bootstrap/">Bootstrap</a>, <a href="http://jquery.com/">jQuery</a> and <a href="http://www.jqplot.com/">jqPlot</a>.</p>
<p>
Powered by <a href="http://twitter.github.com/bootstrap/">Bootstrap</a>,
<a href="http://jquery.com/">jQuery</a>,
<a href="https://github.com/ivaynberg/select2">select2</a>,
and <a href="http://www.jqplot.com/">jqPlot</a>.
Source code is hosted on <a href="https://github.com/junegunn/redis-stat">GitHub</a>.
</p>
</div>
</footer>

Expand Down

0 comments on commit 846f5b6

Please sign in to comment.