From 82a9139e740717feae232a1b9fd33e544aad4a3e Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Tue, 13 Nov 2012 08:03:57 +0100 Subject: [PATCH] Improved style of content is available. --- .../app/controllers/_application_controller_table.js.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/app/controllers/_application_controller_table.js.coffee b/app/assets/javascripts/app/controllers/_application_controller_table.js.coffee index 42f634aa8..a5b685f7c 100644 --- a/app/assets/javascripts/app/controllers/_application_controller_table.js.coffee +++ b/app/assets/javascripts/app/controllers/_application_controller_table.js.coffee @@ -49,7 +49,7 @@ class App.ControllerTable extends App.Controller # check if table is empty if _.isEmpty(data.objects) - table = '-' + App.i18n.translateContent( 'none' ) + '-' + table = '

-' + App.i18n.translateContent( 'none' ) + '-

' return $(table) # define normal header