orbit-basic/vendor/built_in_modules/ask/app/views/ask_mailer/reply.html.erb

13 lines
262 B
Plaintext
Raw Normal View History

2013-05-27 09:29:59 +00:00
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
</head>
<body>
<p>
<%= @ask_question.ask_reply.content %>
</p>
<p>此為系統自動發信,請勿直接回覆</p>
2013-05-27 09:29:59 +00:00
</body>
</html>