Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit f05beee

Browse files
committed
Update zf-module/index/index to display errors in red
1 parent ea59c6c commit f05beee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/ZfModule/view/zf-module/index/index.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php if (!empty($this->errorMessage)): ?>
2-
<div class="alert alert-block"><?php echo $this->escapeHtml($this->errorMessage); ?></div>
2+
<div class="alert alert-error alert-block"><?php echo $this->escapeHtml($this->errorMessage); ?></div>
33
<?php elseif (empty($this->repositories)): ?>
44
<div class="alert alert-block">No modules found</div>
55
<?php endif; ?>

0 commit comments

Comments
 (0)