diff --git a/frontend/views/event/_event.php b/frontend/views/event/_event.php
index 5448f8b..4fd964a 100755
--- a/frontend/views/event/_event.php
+++ b/frontend/views/event/_event.php
@@ -39,7 +39,7 @@
) ?>">= $model->title; ?>
categories)) { ?>
-
Без категории
+
categories as $category) {
diff --git a/frontend/views/event/cutCode.php b/frontend/views/event/cutCode.php
new file mode 100644
index 0000000..03da94a
--- /dev/null
+++ b/frontend/views/event/cutCode.php
@@ -0,0 +1,23 @@
+
+
+
\ No newline at end of file
diff --git a/frontend/views/event/index.php b/frontend/views/event/index.php
index 898d31f..b1340c0 100755
--- a/frontend/views/event/index.php
+++ b/frontend/views/event/index.php
@@ -43,6 +43,7 @@ _________________________________________________________ -->
[
'dataProvider' => $dataProvider,
'itemView' => '_event',
+ 'emptyText' => '',
'options' => [
'class' => 'col-md-9',
'id' => 'blog-listing-medium',
@@ -63,29 +64,9 @@ _________________________________________________________ -->
_________________________________________________________ -->
//= BlogSearch::widget(); ?>
-
-
-
+
diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php
index 589b274..ef259b2 100755
--- a/frontend/views/site/index.php
+++ b/frontend/views/site/index.php
@@ -120,7 +120,7 @@ _________________________________________________________ -->
-
+
diff --git a/frontend/web/css/site.css b/frontend/web/css/site.css
index f365348..fc08e85 100644
--- a/frontend/web/css/site.css
+++ b/frontend/web/css/site.css
@@ -128,4 +128,8 @@ a.desc:after {
display: block;
height: 40px;
-}
\ No newline at end of file
+}
+
+.background-white {
+ background-color: white;
+}
--
libgit2 0.21.4