Merge branch 'develop'

This commit is contained in:
Tyler Renelle
2013-03-28 01:36:29 -07:00
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
## 3/27/2013
* Drop system + pets overhaul
* http://www.kickstarter.com/projects/lefnire/habitrpg-mobile/posts/439433
* https://trello.com/card/pets/50e5d3684fe3a7266b0036d6/166
## 3/21/2013
* More design tweaks to header & avatars: https://github.com/lefnire/habitrpg/issues/585
+1 -1
View File
@@ -2,7 +2,7 @@
{#if equal(_user.flags.newStuff,'show')}
<div class='new-stuff'>
<p class='alert alert-success'>
<a href="https://github.com/lefnire/habitrpg/blob/develop/CHANGELOG.md#3212013" target="_blank">New Stuff!</a> <a x-bind="click:closeNewStuff"><i class='icon-remove'></i></a>
<a href="https://github.com/lefnire/habitrpg/blob/develop/CHANGELOG.md#3272013" target="_blank">New Stuff!</a> <a x-bind="click:closeNewStuff"><i class='icon-remove'></i></a>
</p>
</div>