mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Show word count error messages
This commit is contained in:
parent
31ee019ecb
commit
a45aa7b80e
1 changed files with 4 additions and 0 deletions
|
@ -197,6 +197,10 @@ script(type='text/ng-template', id='wordCountModalTemplate')
|
|||
)
|
||||
div(ng-if="!status.loading")
|
||||
.container-fluid
|
||||
.row(ng-show='data.messages.length > 0')
|
||||
.col-xs-12
|
||||
.alert.alert-danger
|
||||
p {{data.messages}}
|
||||
.row
|
||||
.col-xs-4
|
||||
.pull-right #{translate("total_words")} :
|
||||
|
|
Loading…
Reference in a new issue