fixed message

This commit is contained in:
Mark 2014-02-11 00:21:12 +04:00
parent 2d68c55d98
commit aa6dcbf200

View File

@ -18,8 +18,10 @@ $this->params['breadcrumbs'][] = $this->title;
<div class="alert alert-success">
Thank you for contacting us. We will respond to you as soon as possible.
<?php if (Yii::$app->mail->useFileTransport): ?>
Application is in debug mode, message was logged under <code><?= Yii::getAlias(Yii::$app->mail->fileTransportPath); ?> </code>.
You can also view it in debug module on mail panel.
<?php endif; ?>
You can also view message in debug module on mail panel.
</div>
<?php else: ?>