Add footer link to old site
This commit is contained in:
@@ -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 }
|
||||
|
||||
@@ -134,7 +134,7 @@
|
||||
|
||||
</div>
|
||||
<footer class="footer">
|
||||
<a href="https://github.com/lefnire/habitrpg#habitrpg">Help</a> | Copyright © 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 © 2012 Tyler Renelle | <a x-bind=click:toggleDebug><i class="icon-warning-sign"></i></a>
|
||||
</footer>
|
||||
</div>
|
||||
<!--<% if !current_user %>
|
||||
|
||||
Reference in New Issue
Block a user