浏览代码

The directory holding email templates is renamed from `mails` to `mail`

Qiang Xue 12 年之前
父节点
当前提交
eb44722100
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md
  2. 0 0
      mail/layouts/html.php

+ 1 - 1
README.md

@@ -16,7 +16,7 @@ DIRECTORY STRUCTURE
       commands/           contains console commands (controllers)
       config/             contains application configurations
       controllers/        contains Web controller classes
-      mails/              contains view files for e-mails
+      mail/               contains view files for e-mails
       models/             contains model classes
       runtime/            contains files generated during runtime
       tests/              contains various tests for the basic application

mails/layouts/html.php → mail/layouts/html.php