mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-31 19:20:25 +00:00
Merge pull request #1811 from Fandekasp/update_contrib_link
replace github contributing links → wikia link
This commit is contained in:
commit
95c886eee8
2 changed files with 3 additions and 3 deletions
|
|
@ -28,6 +28,6 @@ script(type='text/ng-template', id='partials/options.inventory.stable.html')
|
|||
button(ng-if='hasPet("Wolf", "Veteran")', class="pet-button Pet-Wolf-Veteran", ng-class='{active: isCurrentPet("Wolf", "Veteran")}', ng-click='choosePet("Wolf", "Veteran")', tooltip='Veteran Wolf')
|
||||
button(ng-if='hasPet("Wolf", "Cerberus")', class="pet-button Pet-Wolf-Cerberus", ng-class='{active: isCurrentPet("Wolf", "Cerberus")}', ng-click='choosePet("Wolf", "Cerberus")', tooltip='Cerberus Pup')
|
||||
button(ng-if='hasPet("Dragon", "Hydra")', class="pet-button Pet-Dragon-Hydra", ng-class='{active: isCurrentPet("Dragon", "Hydra")}', ng-click='choosePet("Dragon", "Hydra")', tooltip='Hydra Pet')
|
||||
a(target='_blank', href='https://github.com/HabitRPG/habitrpg/wiki/Contributing')
|
||||
a(target='_blank', href='http://habitrpg.wikia.com/wiki/Contributing_to_HabitRPG')
|
||||
button(ng-if='!hasPet("Dragon", "Hydra")', class="pet-button pet-not-owned", popover-trigger='mouseenter', popover-placement='right', popover="Click the gold paw to learn more about how you can obtain this rare pet through contributing to HabitRPG!", popover-title='How to Get this Pet!')
|
||||
img(src='/bower_components/habitrpg-shared/img/PixelPaw-Gold.png')
|
||||
|
|
@ -61,7 +61,7 @@ div(modal='modals.newStuff')
|
|||
td.
|
||||
We <a target='_blank' href="http://habitrpg.tumblr.com/post/59104876969/website-issues-what-were-doing">re-wrote the website from the ground up</a>
|
||||
And in case you missed it, <a target='_blank' href='https://play.google.com/store/apps/details?id=com.ocdevel.habitrpg'>Android</a> & <a target='_blank' href='https://itunes.apple.com/us/app/habitrpg/id689569235?mt=8'>iOS</a> Apps are out!
|
||||
Both apps and the website are open source, and we desparately need your help porting the rest of the features, and polishing off the bugs. <a target='_blank' href='https://github.com/lefnire/habitrpg/wiki/Contributing#website'>Read this guide</a> to getting started.
|
||||
Both apps and the website are open source, and we desparately need your help porting the rest of the features, and polishing off the bugs. <a target='_blank' href='http://habitrpg.wikia.com/wiki/Contributing_to_HabitRPG'>Read this guide</a> to getting started.
|
||||
We're working on a system of Contributor Gear to reward the awesome people who help out, so stay tuned!
|
||||
|
||||
h5 The Rewrite! (Mid August)
|
||||
|
|
@ -80,7 +80,7 @@ div(modal='modals.newStuff')
|
|||
td.
|
||||
JavaScript developers! To me! We must finish vanquishing the old site, as not all features have been ported.
|
||||
We rewrote Habit on <a target='_blank' href='http://angularjs.org/'>AngularJS</a> + <a target='_blank' href='http://expressjs.com/'>Express</a>.
|
||||
We desparately need your help porting <a href='http://goo.gl/jYWTwl' target='_blank'>the rest of the features</a>, and polishing off the bugs. <a target='_blank' href='https://github.com/lefnire/habitrpg/wiki/Contributing#website'>Read this guide</a> to getting started.
|
||||
We desparately need your help porting <a href='http://goo.gl/jYWTwl' target='_blank'>the rest of the features</a>, and polishing off the bugs. <a target='_blank' href='http://habitrpg.wikia.com/wiki/Contributing_to_HabitRPG'>Read this guide</a> to getting started.
|
||||
Thanks everyone for all your support and patience!
|
||||
|
||||
h5 8/20/2013
|
||||
|
|
|
|||
Loading…
Reference in a new issue