mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-19 02:04:10 +00:00
Add footer link to old site
This commit is contained in:
parent
ec9a79c599
commit
788646aac9
2 changed files with 1 additions and 2 deletions
|
|
@ -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 %>
|
||||
|
|
|
|||
Loading…
Reference in a new issue