mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
Updated href with angular expression to ng-href
This commit is contained in:
parent
d45f40ca1f
commit
416058ffcf
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ script(type='text/ng-template', id='partials/options.social.challenges.detail.ht
|
|||
|
||||
// Member List
|
||||
div(bindonce='challenge', ng-if='challenge.members.length > 0')
|
||||
a.btn.btn-primary.btn-sm.pull-right(href='/api/v2/challenges/{{challenge._id}}/csv')
|
||||
a.btn.btn-primary.btn-sm.pull-right(ng-href='/api/v2/challenges/{{challenge._id}}/csv')
|
||||
=env.t('exportChallengeCSV')
|
||||
h3=env.t('hows')
|
||||
menu
|
||||
|
|
|
|||
Loading…
Reference in a new issue