Improved style of content is available.
This commit is contained in:
parent
973e6d07df
commit
82a9139e74
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class App.ControllerTable extends App.Controller
|
|||
|
||||
# check if table is empty
|
||||
if _.isEmpty(data.objects)
|
||||
table = '<span>-' + App.i18n.translateContent( 'none' ) + '-</span>'
|
||||
table = '<p>-' + App.i18n.translateContent( 'none' ) + '-</p>'
|
||||
return $(table)
|
||||
|
||||
# define normal header
|
||||
|
|
Loading…
Reference in a new issue