Gak perlu di pull

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