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

Commit 553adee

Browse files
committed
1 parent 2556ed8 commit 553adee

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
@@ -121,7 +121,7 @@ function projects($vhost) {
121121
</tr>
122122
</thead>
123123
<tbody>
124-
<?php foreach ($service['domain_aliases'] as $domain_alias): ?>
124+
<?php foreach ($project['domain_aliases'] as $domain_alias): ?>
125125
<tr>
126126
<td><a href="<?php print $domain_alias; ?>" target="_blank"><?php print $domain_alias; ?></a></td>
127127
</tr>

0 commit comments

Comments
 (0)