From 5612f75b69f766879920bf0c97bbbcce65c03a99 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 22 Nov 2016 03:17:02 +0200 Subject: [PATCH] add create_item to translate --- views/blog-article/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/blog-article/index.php b/views/blog-article/index.php index d37c03c..73583bc 100755 --- a/views/blog-article/index.php +++ b/views/blog-article/index.php @@ -22,7 +22,7 @@ render('_search', ['model' => $searchModel]); ?>

- 'btn btn-success' ]) ?> + 'Blog Article']), [ 'create' ], [ 'class' => 'btn btn-success' ]) ?>