mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 11:38:24 +00:00
Remove bad file encoding
This commit is contained in:
parent
7e60864d41
commit
cdc54038ba
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
script(type='text/ng-template', id='partials/options.social.challenges.detail.close.html')
|
||||
script(type='text/ng-template', id='partials/options.social.challenges.detail.close.html')
|
||||
a.btn.btn-sm.btn-danger(ng-click="delete(closingChal)")=env.t('delete')
|
||||
h5= '- ' + env.t('or') + ' -'
|
||||
select(ui-select2, ng-required=true, ng-model='closingChal.winner', data-placeholder=env.t('selectWinner'), ng-change='selectWinner(closingChal)', style='display:block')
|
||||
|
|
@ -65,7 +65,7 @@ script(type='text/ng-template', id='partials/options.social.challenges.detail.ht
|
|||
div(ui-view)
|
||||
|
||||
script(type='text/ng-template', id='partials/options.social.challenges.html')
|
||||
ul.options-blurbmenu
|
||||
ul.options-blurbmenu
|
||||
li=env.t('blurbChallenges')
|
||||
|
||||
.container-fluid
|
||||
|
|
|
|||
Loading…
Reference in a new issue