Skip to content
This repository was archived by the owner on Jan 6, 2018. It is now read-only.

Commit cf021ec

Browse files
committed
Update
1 parent ee4f303 commit cf021ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vhost/run/modules/vhost/templates/index.php.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function projects($vhost) {
6363
<div class="tab-content">
6464
<?php foreach ($vhost['projects'] as $project_name => $project): ?>
6565
<div class="tab-pane" id="<?php print html_class($project_name); ?>">
66-
<?php if isset($project['service_name']) && $project['service_name']; ?>
66+
<?php if (isset($project['service_name']) && $project['service_name']): ?>
6767
<div class="row">
6868
<div class="col-md-12">
6969
<h2><i class="fa fa-cube"></i> <?php print $project['project_name']; ?></h2>

0 commit comments

Comments
 (0)