From 0f5e0dcd4f28411c5b9a261853e7e3bb506a9f5f Mon Sep 17 00:00:00 2001 From: snipe Date: Sat, 28 Oct 2017 07:12:47 -0700 Subject: [PATCH] Added nobr for nicer formatting of bs tables status and deployed to --- resources/views/partials/bootstrap-table.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index 30020b083..39d51b993 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -191,9 +191,9 @@ $('.snipe-table').bootstrapTable('destroy').bootstrapTable({ icon_style = 'fa-times'; } - return ' ' + value.name + ' '; + return ' ' + value.name + ''; } else if ((value) && (value.name)) { - return ' ' + value.name + ''; + return ' ' + value.name + ''; } }; } @@ -270,7 +270,7 @@ $('.snipe-table').bootstrapTable('destroy').bootstrapTable({ item_icon = 'fa-map-marker'; } - return ' ' + value.name + ''; + return ' ' + value.name + ''; } else { return '';