mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-02 07:49:39 +00:00
Make it easier for people to find "how to contribute" wiki page
This commit is contained in:
parent
f448f4b71b
commit
cb64ab5a7d
1 changed files with 4 additions and 2 deletions
|
|
@ -47,10 +47,12 @@
|
|||
// Player Tiers
|
||||
.modal(style='position: relative;top: auto;left: auto;right: auto;margin: 0 auto 20px;z-index: 1;max-width: 100%;')
|
||||
.modal-header
|
||||
h3 Player Tier Legend
|
||||
h3 Player Tiers
|
||||
.modal-body
|
||||
small.
|
||||
Click labels to expand. See <a href='http://habitrpg.wikia.com/wiki/Contributor_Rewards' target='_blank'>contribution details.</a>
|
||||
Click tier labels below for more information. <br />
|
||||
<a href='http://habitrpg.wikia.com/wiki/Contributor_Rewards' target='_blank'>Learn more about contributor rewards</a> <br />
|
||||
<a href='http://habitrpg.wikia.com/wiki/Contributing_to_HabitRPG' target='_blank'>Learn how to contribute to HabitRPG</a>
|
||||
table.table.table-striped
|
||||
tr
|
||||
td
|
||||
|
|
|
|||
Loading…
Reference in a new issue