Skip to content

Commit

Permalink
Update create.php
Browse files Browse the repository at this point in the history
  • Loading branch information
maks757 committed May 30, 2017
1 parent b219332 commit d79ee65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/post/create.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class="btn btn-xs btn-<?= !empty($translations[$language->getPrimaryKey()]) ? 's
<div class="col-sm-2 text-center">
<div>
<h5>позиция <?= $row['position'] ?></h5>
<a class="fa fa-upload"<?= \yii\helpers\Url::toRoute(['/articles/post/create', 'id' => $article->id])?>
<a class="fa fa-upload"
href="<?= Url::toRoute(['/articles/post/create', 'id' => $model->id, 'block_id' => $row['id'], 'block' => 'slider', 'type' => 'up']) ?>"
style="margin-right: 10px; cursor: pointer; font-size: 20px;"></a>
<a class="fa fa-download"
Expand Down

0 comments on commit d79ee65

Please sign in to comment.