From 01b5a96d44d6282e56781ed150a273808a61660c Mon Sep 17 00:00:00 2001 From: visavi Date: Tue, 3 Jul 2018 13:31:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B2=D0=B5=D1=80=D1=81=D1=82=D0=BA=D1=83=20=D0=BE?= =?UTF-8?q?=D0=B1=D1=8A=D1=8F=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/admin/boards/index.blade.php | 2 +- resources/views/boards/index.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/admin/boards/index.blade.php b/resources/views/admin/boards/index.blade.php index 7a77cdf7f..25eaa263f 100644 --- a/resources/views/admin/boards/index.blade.php +++ b/resources/views/admin/boards/index.blade.php @@ -42,7 +42,7 @@
@foreach ($boards->chunk(3) as $chunk) @foreach ($chunk as $board) -
+
{{ $board->name }} {{ $board->count_items }}
@endforeach diff --git a/resources/views/boards/index.blade.php b/resources/views/boards/index.blade.php index 6b81cbaec..53824df28 100644 --- a/resources/views/boards/index.blade.php +++ b/resources/views/boards/index.blade.php @@ -51,7 +51,7 @@
@foreach ($boards->chunk(3) as $chunk) @foreach ($chunk as $board) -
+
{{ $board->name }} {{ $board->count_items }}
@endforeach