fix email send time format
This commit is contained in:
parent
1bf3c786cf
commit
a875eca618
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
<span style="color:#555">--<br />
|
<span style="color:#555">--<br />
|
||||||
<%= t('announcement.mail_source') %> :<a href="http://<%= @data["host"] %>" target="_blank"> <%= Site.first.title %> </a><br />
|
<%= t('announcement.mail_source') %> :<a href="http://<%= @data["host"] %>" target="_blank"> <%= Site.first.title %> </a><br />
|
||||||
<%= t('announcement.mail_time') %> <%= DateTime.now %>
|
<%= t('announcement.mail_time') %> <%= DateTime.now.strftime('%Y/%m/%d %H:%M:%S') %>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue