Skip to content

Commit

Permalink
+ hide Domain block if not available
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Aug 24, 2015
1 parent 4f279a4 commit 4e7b830
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/dashboard/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
?>

<div class="row">
<? if (Yii::getAlias('@domain', false)) { ?>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="info-box">
<span class="info-box-icon bg-aqua"><i class="fa fa-globe"></i></span>
Expand All @@ -30,6 +31,7 @@
</div><!-- /.info-box-content -->
</div><!-- /.info-box -->
</div><!-- /.col -->
<? } ?>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="info-box">
<span class="info-box-icon bg-green"><i class="fa fa-server"></i></span>
Expand Down

0 comments on commit 4e7b830

Please sign in to comment.