Commit 2b79a32d authored by Shakarim Sapa's avatar Shakarim Sapa

- Link has been updated

parent fa57945d
...@@ -10,7 +10,7 @@ WidgetAssetBundle::register($this); ...@@ -10,7 +10,7 @@ WidgetAssetBundle::register($this);
<img src="<?php echo $model->image;?>" height="262" width="907" alt=""> <img src="<?php echo $model->image;?>" height="262" width="907" alt="">
</div> </div>
<div class="kurs_over"> <div class="kurs_over">
<h1 class="kurs_title"><span><?php echo $model->n;?></span></h1><br> <h1 class="kurs_title"><span><?php echo $model->name;?></span></h1><br>
<span class="kurs_sub-title"><?php echo $model->description;?></span> <span class="kurs_sub-title"><?php echo $model->description;?></span>
<div class="kurs_foot clearfix"> <div class="kurs_foot clearfix">
<?php Html::a('Подробнее', ['/school/course/view', 'id' => $model->id], ['class' => 'kurs_bt']); ?> <?php Html::a('Подробнее', ['/school/course/view', 'id' => $model->id], ['class' => 'kurs_bt']); ?>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment