mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
0a132c2fe1
* Decouple from ActionController and ActionMailer * Bring back localization support. * Prepare to decouple templates from the filesystem. * Prepare to decouple localization from ActionView * Fix ActionMailer to take advantage of ActionView::Path
10 lines
200 B
Text
10 lines
200 B
Text
<html>
|
|
<body>
|
|
HTML formatted message to <strong><%= @recipient %></strong>.
|
|
</body>
|
|
</html>
|
|
<html>
|
|
<body>
|
|
HTML formatted message to <strong><%= @recipient %></strong>.
|
|
</body>
|
|
</html>
|