b-modal#new-stuff(
size='lg',
:hide-header='true',
:hide-footer='true',
no-close-on-esc,
no-close-on-backdrop
)
.modal-body
.static-view(v-html='html')
.modal-footer
a.btn.btn-info(href='http://habitica.fandom.com/wiki/Whats_New', target='_blank') {{ this.$t('newsArchive') }}
button.btn.btn-secondary(@click='tellMeLater()') {{ this.$t('tellMeLater') }}
button.btn.btn-warning(@click='dismissAlert();') {{ this.$t('dismissAlert') }}