Gak perlu di pull

parent bfbbc862
......@@ -35,11 +35,6 @@ class SiteController extends Controller
'roles' => ['@'],
],
[
'actions' => ['daftar_SMP', 'index'],
'allow' => true,
'roles' => ['@'],
],
[
'actions' => ['logout', 'index'],
'allow' => true,
'roles' => ['@'],
......
......@@ -84,7 +84,7 @@ $this->registerJs($script, \yii\web\View::POS_END);
<i class="fa fa-tasks"></i>
</div>
<!-- <a href="#" class="small-box-footer">View Detail <i class="fa fa-arrow-circle-right"></i></a> -->
<?= Html::a('<p style="font-size:15px;color:white"><b>'.'Data'.'</b></p>'.'<i class="fa fa-arrow-circle-right"></i>', ['site/list-izin'], ['class' => 'small-box-footer']) ?>
<?= Html::a('<p style="font-size:15px;color:white"><b>'.'Data'.'</b></p>'.'<i class="fa fa-arrow-circle-right"></i>', ['#'], ['class' => 'small-box-footer']) ?>
</div>
</div>
......@@ -100,7 +100,7 @@ $this->registerJs($script, \yii\web\View::POS_END);
<i class="fa fa-credit-card"></i>
</div>
<!-- <a href="#" class="small-box-footer">View Detail <i class="fa fa-arrow-circle-right"></i></a> -->
<?= Html::a('<p style="font-size:15px;color:white"><b>'.'Data'.'</b></p>'.'<i class="fa fa-arrow-circle-right"></i>', ['site/monitoring'], ['class' => 'small-box-footer']) ?>
<?= Html::a('<p style="font-size:15px;color:white"><b>'.'Data'.'</b></p>'.'<i class="fa fa-arrow-circle-right"></i>', ['#'], ['class' => 'small-box-footer']) ?>
</div>
</div>
......@@ -116,7 +116,7 @@ $this->registerJs($script, \yii\web\View::POS_END);
<i class="fa fa-credit-card"></i>
</div>
<!-- <a href="#" class="small-box-footer">View Detail <i class="fa fa-arrow-circle-right"></i></a> -->
<?= Html::a('<p style="font-size:15px;color:white"><b>'.'Data'.'</b></p>'.'<i class="fa fa-arrow-circle-right"></i>', ['site/monitoring'], ['class' => 'small-box-footer']) ?>
<?= Html::a('<p style="font-size:15px;color:white"><b>'.'Data'.'</b></p>'.'<i class="fa fa-arrow-circle-right"></i>', ['#'], ['class' => 'small-box-footer']) ?>
</div>
</div>
......
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