Add footer link to old site

This commit is contained in:
Tyler Renelle 2012-07-09 12:45:28 -04:00
parent ec9a79c599
commit 788646aac9
2 changed files with 1 additions and 2 deletions

View file

@ -52,7 +52,6 @@ module.exports = {
{type: 'daily', text: '1h Personal Project', notes: '', value: 0, completed: false }
]
todos: [
{type: 'todo', text: 'Print insurance request card', notes: '"travel" tag', value: 0, completed: false }
{type: 'todo', text: 'VPM', notes: '', value: 0, completed: false }
{type: 'todo', text: 'mail', notes: '', value: 0, completed: false }
{type: 'todo', text: 'krav', notes: '', value: 0, completed: false }

View file

@ -134,7 +134,7 @@
</div>
<footer class="footer">
<a href="https://github.com/lefnire/habitrpg#habitrpg">Help</a> | Copyright &copy; 2012 Tyler Renelle | <a x-bind=click:toggleDebug><i class="icon-warning-sign"></i></a>
<a href="https://github.com/lefnire/habitrpg#habitrpg">Help</a> | <a href="http://habitrpg-rails.herokuapp.com/">Old Site</a> | Copyright &copy; 2012 Tyler Renelle | <a x-bind=click:toggleDebug><i class="icon-warning-sign"></i></a>
</footer>
</div>
<!--<% if !current_user %>