Skip to content

Commit

Permalink
Markup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Feb 21, 2017
1 parent 4cd1eae commit e93f754
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions views/project/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
$this->title = Yii::t('project', 'Projects built with Yii');
?>
<div class="project-index">
<h1><?= Yii::t('project', 'Featured projects') ?></h1>
<div class="row">
<h1><?= Yii::t('project', 'Featured projects') ?></h1>

<div class="container">
<?= ListView::widget([
'dataProvider' => $featuredProvider,
'layout' => '{items}',
Expand All @@ -19,10 +19,9 @@
]) ?>
</div>

<h1><?= Yii::t('project', 'New projects') ?></h1>
<div class="row">
<h1><?= Yii::t('project', 'New projects') ?></h1>


<div class="container">
<?= ListView::widget([
'dataProvider' => $newProvider,
'layout' => '{items}',
Expand All @@ -31,7 +30,7 @@
]) ?>
</div>

<div class="container">
<div class="row">
<?= \yii\bootstrap\Html::a(Yii::t('project', 'More projects'), ['project/list'], ['class' => 'btn btn-default']) ?>
</div>
</div>

0 comments on commit e93f754

Please sign in to comment.