mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Merge pull request #8269 from Hus274/8265
Adding a merchandise link to the marketplace selector
This commit is contained in:
commit
eb2b46fc5d
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ ul.options-menu
|
|||
li(ng-class="{ active: $state.includes('options.inventory.seasonalshop') }")
|
||||
a(ui-sref='options.inventory.seasonalshop')
|
||||
=env.t('seasonalShop')
|
||||
li.pull-right
|
||||
a(href='/static/merch')=env.t('merch')
|
||||
|
||||
.tab-content
|
||||
.tab-pane.active
|
||||
|
|
|
|||
Loading…
Reference in a new issue