Skip to content

Commit

Permalink
Update dashboard footer
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Apr 17, 2012
1 parent 874d72e commit 561e56d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/dashboard/views/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
<%- body %>
</section>
<footer class="footer">
<p>Built using <a href="http://nodejs.org/">Node.JS</a> and <a href="http://www.mongodb.org/">MongoDB</a>.</p>
<p>Code licensed under the <a href="https://raw.github.com/fzaninotto/uptime/master/LICENSE">MIT License</a>. CSS (Twitter Bootstrap) licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>.
<p class="pull-right"><a href="#">Back to top</a></p>
<p>Server powered by <a href="http://nodejs.org/">Node.JS</a> and <a href="http://www.mongodb.org/">MongoDB</a>.</p>
<p>Code licensed under the <a href="https://raw.github.com/fzaninotto/uptime/master/LICENSE">MIT License</a>. Check the <a href="https://github.com/fzaninotto/uptime">Uptime GitHub repository</a> regularly for updates.
</footer>
</div>
<script>
Expand Down

0 comments on commit 561e56d

Please sign in to comment.