diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 9b1a401cedf5..6c6f91d55909 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2619,6 +2619,7 @@ $LANG = array( 'in_progress' => 'In progress', 'add_status' => 'Add status', 'archive_status' => 'Archive Status', + 'new_status' => 'New Status', ); diff --git a/resources/views/tasks/kanban.blade.php b/resources/views/tasks/kanban.blade.php index 10624b646620..d5b5dc7283f6 100644 --- a/resources/views/tasks/kanban.blade.php +++ b/resources/views/tasks/kanban.blade.php @@ -11,7 +11,7 @@ } .kanban-column { - background-color: #EAEAEA; + background-color: #E9E9E9; padding: 10px; height: 100%; width: 230px; @@ -88,11 +88,17 @@ .project-group7 { color: #a87821; } .project-group8 { color: #676767; } - @stop +@section('top-right') +
+ +
+@stop + @section('content')